Module: DhallishGrammar::FunctionDefinition1

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#to_nodeObject



6068
6069
6070
# File 'lib/DhallishGrammar.rb', line 6068

def to_node()
	Dhallish::Ast::FunctionDefinitionNode.new lb.text_value, type_exp.to_node(), exp.to_node()
end