rfc-0.0.0.25: Robert Fischer's Common library

Safe HaskellNone
LanguageHaskell2010

RFC.Servant

Contents

Documentation

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

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

module Servant

module RFC.API

Orphan instances