mz_expr_parser::parser::relation

Function parse_let_or_letrec_old

Source
fn parse_let_or_letrec_old(
    ctx: &'_ Ctx<'_>,
    input: ParseStream<'_>,
) -> Result<MirRelationExpr>
Expand description

Parses a Let or a LetRec with the old order: Return first, and then CTEs in descending order.