okapi-0.2.0.0: A bidirectional HTTP description language
Safe HaskellNone
LanguageGHC2024

Okapi.HTTP.RFC9651.Dictionary

Documentation

data Dictionary a Source #

Instances

Instances details
type Context Dictionary Source # 
Instance details

Defined in Okapi.HTTP.RFC9651.Dictionary

type Failure Dictionary Source # 
Instance details

Defined in Okapi.HTTP.RFC9651.Dictionary

list :: Key -> Leaf (BareItem :: Type -> Type) a -> Tree Dictionary [a] [a] Source #

list' :: Key -> Leaf (BareItem :: Type -> Type) a -> Tree Dictionary (Maybe [a]) (Maybe [a]) Source #