[][src]Function minitt::parser::pair_type_to_expression

pub fn pair_type_to_expression(the_rule: Pair<'a, Rule>) -> Expression
This example is not tested
multiplication = _{ "*" | "\\times" | "×" }
pair_type = { atom ~ multiplication ~ expression }