class Dry::Logic::Operations::Negation

def call(input)

def call(input)
  Result.new(rule.(input).failure?, id) { ast(input) }
end