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