| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Proarrow.Category.Instance.Zero
Documentation
Instances
data Zero (a :: VOID) (b :: VOID) Source Github #
Instances
| DaggerProfunctor Zero Source Github # | |||||
| Promonad Zero Source Github # | |||||
| ThinProfunctor Zero Source Github # | |||||
Defined in Proarrow.Category.Instance.Zero Associated Types
| |||||
| Profunctor Zero Source Github # | |||||
Defined in Proarrow.Category.Instance.Zero Methods dimap :: forall (c :: VOID) (a :: VOID) (b :: VOID) (d :: VOID). (c ~> a) -> (b ~> d) -> Zero a b -> Zero c d Source Github # lmap :: forall (c :: VOID) (a :: VOID) (b :: VOID). (c ~> a) -> Zero a b -> Zero c b Source Github # rmap :: forall (b :: VOID) (d :: VOID) (a :: VOID). (b ~> d) -> Zero a b -> Zero a d Source Github # (\\) :: forall (a :: VOID) (b :: VOID) r. ((Ob a, Ob b) => r) -> Zero a b -> r Source Github # | |||||
| type HasArrow Zero (a :: VOID) (b :: VOID) Source Github # | |||||
Defined in Proarrow.Category.Instance.Zero | |||||