category-extras-0.53.4: Various modules and constructs inspired by category theorySource codeContentsIndex
Control.Category
Documentation
(>>>) :: Category ~> => (a ~> b) -> (b ~> c) -> a ~> cSource
(<<<) :: Category ~> => (b ~> c) -> (a ~> b) -> a ~> cSource
class Category (~>) whereSource
Methods
(.) :: (b ~> c) -> (a ~> b) -> a ~> cSource
id :: a ~> aSource
show/hide Instances
Produced by Haddock version 2.3.0