Module: DhallishGrammar::AndExpression1

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#expObject



3560
3561
3562
# File 'lib/DhallishGrammar.rb', line 3560

def exp
  elements[0]
end

#tailObject



3564
3565
3566
# File 'lib/DhallishGrammar.rb', line 3564

def tail
  elements[1]
end