:: (a -> b -> c) -> (a, b) -> c package:basic-prelude

uncurry converts a curried function to a function on pairs.