|
Control.Morphism.Universal | Portability | portable | Stability | experimental | Maintainer | Edward Kmett <ekmett@gmail.com> |
|
|
|
Description |
Note the choice of which is universal and which is couniversal is chosen to
make the definitions consistent with limits and colimits.
|
|
|
Documentation |
|
|
Constructors | Couniversal (a -> f x) (forall z. (a -> f z) -> x -> z) | |
|
|
|
|
|
|
|
|
|
|
Constructors | Universal (f x -> a) (forall z. (f z -> a) -> z -> x) | |
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.4.2 |