module DhallishGrammar::FunctionTypeExpression1

Public Instance Methods

arg_type() click to toggle source
# File lib/DhallishGrammar.rb, line 3326
def arg_type
  elements[0]
end
tail() click to toggle source
# File lib/DhallishGrammar.rb, line 3330
def tail
  elements[1]
end