module DhallishGrammar::NonEmptyListLiteral2

Public Instance Methods

annot() click to toggle source
# File lib/DhallishGrammar.rb, line 1145
def annot
  elements[6]
end
fst() click to toggle source
# File lib/DhallishGrammar.rb, line 1137
def fst
  elements[2]
end
tail() click to toggle source
# File lib/DhallishGrammar.rb, line 1141
def tail
  elements[3]
end