|
| Control.Bifunctor | | Portability | non-portable (functional-dependencies) | | Stability | experimental | | Maintainer | Edward Kmett <ekmett@gmail.com> |
|
|
|
| Description |
|
|
|
| Documentation |
|
|
| | Methods | | bimap :: (a -> c) -> (b -> d) -> f a b -> f c d | Source |
| | | first :: (a -> c) -> f a b -> f c b | Source |
| | | second :: (b -> d) -> f a b -> f a d | Source |
|
| | Instances | |
|
|
| Produced by Haddock version 2.1.0 |