Module: DhallishGrammar::LetExpression1

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#annotObject



5847
5848
5849
# File 'lib/DhallishGrammar.rb', line 5847

def annot
  elements[4]
end

#space1Object



5839
5840
5841
# File 'lib/DhallishGrammar.rb', line 5839

def space1
  elements[1]
end

#space2Object



5855
5856
5857
# File 'lib/DhallishGrammar.rb', line 5855

def space2
  elements[8]
end

#valObject



5851
5852
5853
# File 'lib/DhallishGrammar.rb', line 5851

def val
  elements[7]
end

#varObject



5843
5844
5845
# File 'lib/DhallishGrammar.rb', line 5843

def var
  elements[2]
end