| License | BSD-style (see the file LICENSE) |
|---|---|
| Maintainer | sjoerd@w3future.com |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Data.Category.Enriched.Poset3
Description
Documentation
data PosetTest a b where Source #
Instances
| ECategory PosetTest Source # | |
Defined in Data.Category.Enriched.Poset3 Methods hom :: Obj PosetTest a -> Obj PosetTest b -> Obj (V PosetTest) (PosetTest $ (a, b)) Source # id :: Obj PosetTest a -> Arr PosetTest a a Source # comp :: Obj PosetTest a -> Obj PosetTest b -> Obj PosetTest c -> V PosetTest (BinaryProduct (V PosetTest) (PosetTest $ (b, c)) (PosetTest $ (a, b))) (PosetTest $ (a, c)) Source # | |
| type V PosetTest Source # | |
Defined in Data.Category.Enriched.Poset3 | |
| type PosetTest $ (a, b) Source # | |
Defined in Data.Category.Enriched.Poset3 | |