category-extras-0.53.5: 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 => a -> f b -> f (a, b)
Source
costrength
::
Traversable
f => f (
Either
a b) ->
Either
a (f b)
Source
Produced by
Haddock
version 2.4.2