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