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