Module: DhallishGrammar::UnionLiteral2

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#exprObject



2540
2541
2542
# File 'lib/DhallishGrammar.rb', line 2540

def expr
  elements[7]
end

#lbObject



2536
2537
2538
# File 'lib/DhallishGrammar.rb', line 2536

def lb
  elements[3]
end

#startObject



2532
2533
2534
# File 'lib/DhallishGrammar.rb', line 2532

def start
  elements[2]
end

#tailObject



2544
2545
2546
# File 'lib/DhallishGrammar.rb', line 2544

def tail
  elements[8]
end