data-category-0.11: Category theory
LicenseBSD-style (see the file LICENSE)
Maintainersjoerd@w3future.com
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Category.Enriched.Poset3

Description

 

Documentation

data One Source #

data Two Source #

data PosetTest a b where Source #

Instances

Instances details
ECategory PosetTest Source # 
Instance details

Defined in Data.Category.Enriched.Poset3

Associated Types

type V PosetTest :: Type -> Type -> Type Source #

type PosetTest $ ab Source #

type V PosetTest Source # 
Instance details

Defined in Data.Category.Enriched.Poset3

type PosetTest $ (a, b) Source # 
Instance details

Defined in Data.Category.Enriched.Poset3

type PosetTest $ (a, b) = Poset3 a b

type family Poset3 a b where ... Source #

Equations

Poset3 Two One = Fls 
Poset3 Three One = Fls 
Poset3 Three Two = Fls 
Poset3 a b = Tru