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