class Dry::Logic::RuleCompiler

def visit_not(node)

def visit_not(node)
  Operations::Negation.new(visit(node))
end