350 351 352
# File 'lib/dhall/ast.rb', line 350 def as_json [3, OPERATORS.index(self.class), lhs.as_json, rhs.as_json] end