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