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