Module: DhallishGrammar::TextAppendExpression1

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#expObject



4201
4202
4203
# File 'lib/DhallishGrammar.rb', line 4201

def exp
  elements[0]
end

#tailObject



4205
4206
4207
# File 'lib/DhallishGrammar.rb', line 4205

def tail
  elements[1]
end