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