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