Rest.Dictionary.Types

Possible I/O formats.

data Format

The dictionary type.

data Dict h p i o e

headers

params

inputs

outputs

errors

empty

type Modifier h p i o e

Dictionary aspects.

data Ident id

data Header h

data Param p

data Input i

data Output o

data Error e

data Xml

data Json

Plural dictionaries.

data Dicts f a

dicts

getDicts

getDicts_

modDicts

type Inputs i

type Outputs o

type Errors e

data SomeError

type family FromMaybe d (m :: Maybe *) :: *