| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Proarrow.Category.Instance.Span
Documentation
newtype SPAN k Source Github #
Constructors
| SP k |
Instances
data Span (a :: SPAN k) (b :: SPAN k) where Source Github #
Constructors
| Span :: forall {k} (c :: k) (a1 :: k) (b1 :: k). (c ~> a1) -> (c ~> b1) -> Span ('SP a1) ('SP b1) |
Instances
| HasPullbacks k => DaggerProfunctor (Span :: SPAN k -> SPAN k -> Type) Source Github # | |
| HasPullbacks k => Promonad (Span :: SPAN k -> SPAN k -> Type) Source Github # | |
| HasPullbacks k => MonoidalProfunctor (Span :: SPAN k -> SPAN k -> Type) Source Github # | |
| HasPullbacks k => Profunctor (Span :: SPAN k -> SPAN k -> Type) Source Github # | |