module DhallishGrammar::AnnotatedExpression1

Public Instance Methods

exp() click to toggle source
# File lib/DhallishGrammar.rb, line 3224
def exp
  elements[0]
end
tail() click to toggle source
# File lib/DhallishGrammar.rb, line 3228
def tail
  elements[1]
end