[][src]Function minitt::parser::typed_abstraction_to_tuple

pub fn typed_abstraction_to_tuple(
    the_rule: Pair<'a, Rule>
) -> (Pattern, Expression, Expression)
This example is not tested
typed_abstraction = _{ pattern ~ ":" ~ expression ~ "." ~ expression }