module DhallishGrammar::MultDivExpression0

Public Instance Methods

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