scotty-haxl-0.1.0.0: Combine scotty and haxl

Safe HaskellNone
LanguageHaskell2010

Web.Scotty.Haxl

Contents

Documentation

type ActionH u w b = ActionT Text (GenHaxl u w) b Source #

type ScottyH u w b = ScottyT Text (GenHaxl u w) b Source #

Orphan instances

MonadIO (GenHaxl u w) Source # 
Instance details

Methods

liftIO :: IO a -> GenHaxl u w a #