pub fn fold_set_expr<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: SetExpr<T>, ) -> SetExpr<T2>where F: Fold<T, T2> + ?Sized,