[][src]Function minitt::parser::function_type_to_expression

pub fn function_type_to_expression(the_rule: Pair<'a, Rule>) -> Expression
This example is not tested
function_type = { atom ~ "->" ~ expression }