rest-core-0.39: Rest API library.

Safe HaskellNone
LanguageHaskell98

Rest.Driver.Types

Documentation

type Run m n = forall a. m a -> n a Source #

data RunnableHandler n Source #

Constructors

RunnableHandler (Run m n) (Handler m) 

data Config m Source #

Constructors

Config 

Fields