class Dry::Logic::Operations::Binary

def ast(input = Undefined)

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