|
| AFRPMiscellany | | Portability | non-portable (uses GHC extensions)
| | Stability | provisional
| | Maintainer | antony@apocalypse.org
|
|
|
|
| Description |
| Collection of entities that really should be part
the Haskell 98 prelude or simply have no better
home.
|
|
|
| Documentation |
|
| (#) :: (a -> b) -> (b -> c) -> a -> c | Source |
|
|
|
|
| swap :: (a, b) -> (b, a) | Source |
|
|
| mapFst :: (a -> b) -> [(a, c)] -> [(b, c)] | Source |
|
|
| mapSnd :: (a -> b) -> [(c, a)] -> [(c, b)] | Source |
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.3.0 |