module DhallishGrammar::AddSubExpression0

Public Instance Methods

exp() click to toggle source
# File lib/DhallishGrammar.rb, line 3834
def exp
  elements[3]
end
op() click to toggle source
# File lib/DhallishGrammar.rb, line 3830
def op
  elements[1]
end