Safe Haskell | None |
---|---|
Language | Haskell2010 |
Proarrow.Object.Terminal
Synopsis
- class (CategoryOf k, Ob (TerminalObject :: k)) => HasTerminalObject k where
- type TerminalObject :: k
- terminate :: forall (a :: k). Ob a => a ~> (TerminalObject :: k)
- terminate' :: forall {k} (a :: k) (a' :: k). HasTerminalObject k => (a ~> a') -> a ~> (TerminalObject :: k)
- type El (a :: k) = (TerminalObject :: k) ~> a
- class ((Unit :: k) ~ (TerminalObject :: k), HasTerminalObject k, Monoidal k) => Semicartesian k
Documentation
class (CategoryOf k, Ob (TerminalObject :: k)) => HasTerminalObject k where Source Comments #
Associated Types
type TerminalObject :: k Source Comments #
Instances
terminate' :: forall {k} (a :: k) (a' :: k). HasTerminalObject k => (a ~> a') -> a ~> (TerminalObject :: k) Source Comments #
class ((Unit :: k) ~ (TerminalObject :: k), HasTerminalObject k, Monoidal k) => Semicartesian k Source Comments #
Instances
((Unit :: k) ~ (TerminalObject :: k), HasTerminalObject k, Monoidal k) => Semicartesian k Source Comments # | |
Defined in Proarrow.Object.Terminal |