category-extras-0.44.1: Various modules and constructs inspired by category theory.Source codeContentsIndex
Control.Functor.Composition.Class
Portabilitynon-portable (class-associated types)
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
Documentation
class Composition c whereSource
Methods
decompose :: c f g x -> f (g x)Source
compose :: f (g x) -> c f g xSource
show/hide Instances
Produced by Haddock version 2.1.0