servant-0.19.1: A family of combinators for defining webservices APIs
Safe Haskell Safe-Inferred
Language Haskell2010

Servant.API.Empty

Synopsis

Documentation

data EmptyAPI Source #

An empty API: one which serves nothing. Morally speaking, this should be the unit of :<|> . Implementors of interpretations of API types should treat EmptyAPI as close to the unit as possible.

Constructors

EmptyAPI