data-category-0.2.0: Restricted categories

Portabilitynon-portable
Stabilityexperimental
Maintainersjoerd@w3future.com

Data.Category.Void

Description

0, the empty category. The limit and colimit of the functor from 0 to some category provide terminal and initial objects in that category.

Synopsis

Documentation

data Void a b Source

The (empty) data type of the arrows in 0.

magicVoid :: Void a b -> xSource

data VoidDiagram (~>) Source

The functor from 0 to (~>), the empty diagram in (~>).

Constructors

VoidDiagram 

Instances

voidNat :: (Functor f, Functor g, Dom f ~ Void, Dom g ~ Void, Cod f ~ d, Cod g ~ d) => f -> g -> Nat Void d f gSource