| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Proarrow.Profunctor.Terminal
Documentation
data TerminalProfunctor (a :: k) (b :: j) where Source Comments #
Constructors
| TerminalProfunctor' :: forall k (a :: k) j (b :: j). Obj a -> Obj b -> TerminalProfunctor a b |
Bundled Patterns
| pattern TerminalProfunctor :: (CategoryOf j, CategoryOf k) => (Ob a, Ob b) => TerminalProfunctor a b |