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.
fn parse_let_or_letrec_old(
ctx: &'_ Ctx<'_>,
input: ParseStream<'_>,
) -> Result<MirRelationExpr>
Parses a Let or a LetRec with the old order: Return first, and then CTEs in descending order.