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

Okapi.HTTP.RFC9651.Item

Documentation

data Item a Source #

Instances

Instances details
type Context Item Source # 
Instance details

Defined in Okapi.HTTP.RFC9651.Item

type Failure Item Source # 
Instance details

Defined in Okapi.HTTP.RFC9651.Item

item :: Leaf (BareItem :: Type -> Type) a -> Tree Parameters p p -> Tree Item (a, p) (a, p) Source #