pub fn fold_expr_set<U, F: Fold<U> + ?Sized>( folder: &mut F, node: ExprSet<U>, ) -> Result<ExprSet<F::TargetU>, F::Error>