| Portability | non-portable |
|---|---|
| Stability | experimental |
| Maintainer | sjoerd@w3future.com |
Data.Category.Discrete
Description
Discrete n, the category with n objects, and as the only arrows their identities.
Documentation
The arrows in Discrete n, a finite set of identity arrows.
data DiscreteDiagram whereSource
Constructors
| Nil :: DiscreteDiagram ~> Z () | |
| ::: :: Category ~> => Obj ~> x -> DiscreteDiagram ~> n xs -> DiscreteDiagram ~> (S n) (x, xs) |
Instances
| Functor (DiscreteDiagram ~> n xs) |