category-extras-0.53.5: Various modules and constructs inspired by category theorySource codeContentsIndex
Control.Functor.Pointed.Composition
Portabilitynon-portable (functional-dependencies)
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
TODO: finish the monad instances
Documentation
newtype PointedCompF f g a Source
Constructors
PointedCompF (CompF f g a)
show/hide Instances
newtype PostCompF mw f a Source
Constructors
PostCompF (PointedCompF mw f a)
show/hide Instances
newtype PreCompF f mw a Source
Constructors
PreCompF (PointedCompF f mw a)
show/hide Instances
newtype DistCompF f g a Source
Constructors
DistCompF (PointedCompF f g a)
show/hide Instances
Produced by Haddock version 2.4.2