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