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