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