Servant.Subscriber

notify

makeSubscriber

serveSubscriber

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

type family MkLink k (endpoint :: k) :: *

data URI

data STM a