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