Control.Category.Dual
newtype Dual (cat :: k -> k -> Type) (a :: k) (b :: k) Source #
Constructors
Fields
Defined in Control.Category.Dual
Methods
id :: forall (a :: k). Dual cat a a #
(.) :: forall (b :: k) (c :: k) (a :: k). Dual cat b c -> Dual cat a b -> Dual cat a c #