Module: DhallishGrammar::ComparisonExpression1

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#expObject



3666
3667
3668
# File 'lib/DhallishGrammar.rb', line 3666

def exp
  elements[0]
end

#tailObject



3670
3671
3672
# File 'lib/DhallishGrammar.rb', line 3670

def tail
  elements[1]
end