|
Data.Tuple | Portability | portable | Stability | experimental | Maintainer | libraries@haskell.org |
|
|
|
|
|
Description |
The tuple data types, and associated functions.
|
|
Synopsis |
|
fst :: (a, b) -> a | | snd :: (a, b) -> b | | curry :: ((a, b) -> c) -> a -> b -> c | | uncurry :: (a -> b -> c) -> (a, b) -> c |
|
|
|
Produced by Haddock version 0.6 |