|
Control.Category | Portability | portable | Stability | experimental | Maintainer | ashley@semantic.org |
|
|
|
Description |
|
|
Synopsis |
|
|
|
Documentation |
|
class Category cat where | Source |
|
A class for categories.
id and (.) must form a monoid.
| | Methods | | the identity morphism
| | (.) :: cat b c -> cat a b -> cat a c | Source |
| morphism composition
|
| | Instances | |
|
|
|
Right-to-left composition
|
|
|
Left-to-right composition
|
|
Produced by Haddock version 2.6.0 |