| Portability | non-portable |
|---|---|
| Stability | experimental |
| Maintainer | sjoerd@w3future.com |
Data.Category.Peano
Description
A Peano category as in When is one thing equal to some other thing?
Barry Mazur, 2007
Documentation
data PeanoO (~>) a whereSource
Constructors
| PeanoO :: (TerminalObject ~> ~> x) -> (x ~> x) -> PeanoO ~> x |
Instances
| HasTerminalObject ~> => Category (Peano ~>) | |
| HasInitialObject (Peano (->)) |
The natural numbers are the initial object for the Peano category.