rfc-0.0.0.16: Robert Fischer's Common library

Safe HaskellNone
LanguageHaskell2010

RFC.Servant

Contents

Documentation

type ServerAPI a = FetchAllAPI a :<|> (FetchAPI a :<|> (CreateAPI a :<|> ReplaceAPI a)) Source #

type ServerImpl a = FetchAllImpl a :<|> (FetchImpl a :<|> (CreateImpl a :<|> ReplaceImpl a)) Source #

module Servant

module RFC.API

Orphan instances