pub fn fold_calc_product_or_operators<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: Vec<CalcProductOrOperator>
) -> Vec<CalcProductOrOperator>