Napkin.Utils.Curry
uncurry3 :: (a -> b -> c -> d) -> (a, b, c) -> d #
uncurry5 :: (a -> b -> c -> d -> e -> f) -> (a, b, c, d, e) -> f #