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