Module: DhallishGrammar::AddSubExpression1

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#expObject



3840
3841
3842
# File 'lib/DhallishGrammar.rb', line 3840

def exp
  elements[0]
end

#tailObject



3844
3845
3846
# File 'lib/DhallishGrammar.rb', line 3844

def tail
  elements[1]
end