Module: DhallishGrammar::MultDivExpression0

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#expObject



3965
3966
3967
# File 'lib/DhallishGrammar.rb', line 3965

def exp
  elements[3]
end

#opObject



3961
3962
3963
# File 'lib/DhallishGrammar.rb', line 3961

def op
  elements[1]
end