pub fn normalize_many(exprs: &[Expr]) -> Vec<Expr>
Normalize a slice of expressions in parallel (sequential implementation).
Returns a Vec of normalized expressions in the same order.
Vec