Module: DhallishGrammar::FunctionTypeExpression1

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#arg_typeObject



3326
3327
3328
# File 'lib/DhallishGrammar.rb', line 3326

def arg_type
  elements[0]
end

#tailObject



3330
3331
3332
# File 'lib/DhallishGrammar.rb', line 3330

def tail
  elements[1]
end