pub fn fold_operator<U, F>(
    folder: &mut F,
    node: Operator
) -> Result<Operator, <F as Fold<U>>::Error>where
    F: Fold<U> + ?Sized,