pub fn walk_expr_mut<V: LcnfMutVisitor + ?Sized>(
visitor: &mut V,
expr: &mut LcnfExpr,
)Expand description
Walk children of an expression mutably.
pub fn walk_expr_mut<V: LcnfMutVisitor + ?Sized>(
visitor: &mut V,
expr: &mut LcnfExpr,
)Walk children of an expression mutably.