 | category-extras-0.53.6: Various modules and constructs inspired by category theory | Contents | Index |
|
| Control.Functor.Strong | | Portability | non-portable (functional-dependencies) | | Stability | experimental | | Maintainer | Edward Kmett <ekmett@gmail.com> |
|
|
|
| Description |
|
|
|
| Documentation |
|
| strength :: Functor f => a -> f b -> f (a, b) |
|
| costrength :: Traversable f => f (Either a b) -> Either a (f b) |
|
| Produced by Haddock version 2.1.0 |