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