yam-servant-0.1.6

Safe HaskellNone
LanguageHaskell2010

Yam.Servant

Documentation

type API api = (Proxy api, YamContext -> Server api) Source #

toAPI :: Enter (ServerT api App) App Handler (Server api) => ServerT api App -> API api Source #