module DhallishGrammar::FunctionDefinition0

Public Instance Methods

exp() click to toggle source
# File lib/DhallishGrammar.rb, line 6062
def exp
  elements[14]
end
lb() click to toggle source
# File lib/DhallishGrammar.rb, line 6054
def lb
  elements[4]
end
type_exp() click to toggle source
# File lib/DhallishGrammar.rb, line 6058
def type_exp
  elements[8]
end