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