Module: DhallishGrammar::LetExpression1
- Defined in:
- lib/DhallishGrammar.rb
Instance Method Summary collapse
Instance Method Details
#annot ⇒ Object
5847 5848 5849 |
# File 'lib/DhallishGrammar.rb', line 5847 def annot elements[4] end |
#space1 ⇒ Object
5839 5840 5841 |
# File 'lib/DhallishGrammar.rb', line 5839 def space1 elements[1] end |
#space2 ⇒ Object
5855 5856 5857 |
# File 'lib/DhallishGrammar.rb', line 5855 def space2 elements[8] end |
#val ⇒ Object
5851 5852 5853 |
# File 'lib/DhallishGrammar.rb', line 5851 def val elements[7] end |
#var ⇒ Object
5843 5844 5845 |
# File 'lib/DhallishGrammar.rb', line 5843 def var elements[2] end |