Servant.Subscriber
data Subscriber api
data Event
type family IsElem endpoint api :: Constraint where ...
class HasLink k endpoint
type family IsValidEndpoint endpoint :: Constraint where ...
type family IsSubscribable endpoint api :: Constraint where ...
data Proxy k t
data URI
data STM a