servant-rawm-0.2.0.0: Embed a raw 'Application' in a Servant API

CopyrightDennis Gosnell 2017
LicenseBSD3
MaintainerDennis Gosnell (cdep.illabout@gmail.com)
Safe HaskellSafe
LanguageHaskell2010

Servant.RawM.Internal.API

Description

 

Documentation

data RawM' serverType Source #

Instances

type Client * (RawM' serverType) # 
type ServerT * (RawM' serverType) m # 
type ServerT * (RawM' serverType) m = m Application