pub fn fold_value_error<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: ValueError, ) -> ValueErrorwhere F: Fold<T, T2> + ?Sized,