Module: DhallishGrammar::OrExpression1

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#expObject



3458
3459
3460
# File 'lib/DhallishGrammar.rb', line 3458

def exp
  elements[0]
end

#tailObject



3462
3463
3464
# File 'lib/DhallishGrammar.rb', line 3462

def tail
  elements[1]
end