Module: DhallishGrammar::UnionLiteral2
- Defined in:
- lib/DhallishGrammar.rb
Instance Method Summary collapse
Instance Method Details
#expr ⇒ Object
2540 2541 2542 |
# File 'lib/DhallishGrammar.rb', line 2540 def expr elements[7] end |
#lb ⇒ Object
2536 2537 2538 |
# File 'lib/DhallishGrammar.rb', line 2536 def lb elements[3] end |
#start ⇒ Object
2532 2533 2534 |
# File 'lib/DhallishGrammar.rb', line 2532 def start elements[2] end |
#tail ⇒ Object
2544 2545 2546 |
# File 'lib/DhallishGrammar.rb', line 2544 def tail elements[8] end |