Instant is
off
|
Search plugin
|
Manual
|
haskell.org
uncurry
Packages
base
uncurry
:: (a -> b -> c) -> ((a, b) -> c)
base
Prelude
,
base
Data.Tuple
uncurry
converts a curried function to a function on pairs.
©
Neil Mitchell
2004-2012, version 4.2.11