class Dry::Logic::Operations::Unary

def ast(input = Undefined)

def ast(input = Undefined)
  [type, rule.ast(input)]
end