module DhallishGrammar::LetExpression2

Public Instance Methods

declarations() click to toggle source
# File lib/DhallishGrammar.rb, line 5861
def declarations
  elements[0]
end
in_expr() click to toggle source
# File lib/DhallishGrammar.rb, line 5869
def in_expr
  elements[3]
end
space() click to toggle source
# File lib/DhallishGrammar.rb, line 5865
def space
  elements[2]
end