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