module DhallishGrammar::UnionLiteral2

Public Instance Methods

expr() click to toggle source
# File lib/DhallishGrammar.rb, line 2540
def expr
  elements[7]
end
lb() click to toggle source
# File lib/DhallishGrammar.rb, line 2536
def lb
  elements[3]
end
start() click to toggle source
# File lib/DhallishGrammar.rb, line 2532
def start
  elements[2]
end
tail() click to toggle source
# File lib/DhallishGrammar.rb, line 2544
def tail
  elements[8]
end