category-extras-0.53.5: Various modules and constructs inspired by category theorySource codeContentsIndex
Control.Functor.Strong
Portabilitynon-portable (functional-dependencies)
Stabilityexperimental
MaintainerEdward 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