module DhallishGrammar::LetExpression1

Public Instance Methods

annot() click to toggle source
# File lib/DhallishGrammar.rb, line 5847
def annot
  elements[4]
end
space1() click to toggle source
# File lib/DhallishGrammar.rb, line 5839
def space1
  elements[1]
end
space2() click to toggle source
# File lib/DhallishGrammar.rb, line 5855
def space2
  elements[8]
end
val() click to toggle source
# File lib/DhallishGrammar.rb, line 5851
def val
  elements[7]
end
var() click to toggle source
# File lib/DhallishGrammar.rb, line 5843
def var
  elements[2]
end