Module: DhallishGrammar::AnnotatedExpression1

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#expObject



3224
3225
3226
# File 'lib/DhallishGrammar.rb', line 3224

def exp
  elements[0]
end

#tailObject



3228
3229
3230
# File 'lib/DhallishGrammar.rb', line 3228

def tail
  elements[1]
end