Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module contains datatypes generated from the DSL description of the api-tools API; they thus correspond to the types in Data.API.Types.
Documentation
newtype RegularExpression Source #
data Conversion Source #
Conversion | |
|
data SpecNewtype Source #
SpecNewtype | |
|
data DefaultValue Source #
Field | |
|
SP_newtype !SpecNewtype | |
SP_record ![Field] | |
SP_union ![Field] | |
SP_enum ![Text] | |
SP_synonym !APIType |
APINode | |
|
apiAPITestsJSONToCBOR :: [(String, Property)] Source #
apiAPITestsCBORToJSON :: [(String, Property)] Source #
apiAPITestsCBOR :: [(String, Property)] Source #
apiAPITestsJSON :: [(String, Property)] Source #
fd_default :: Lens' Field (Maybe DefaultValue) Source #
an_convert :: Lens' APINode (Maybe Conversion) Source #
_text_BasicType :: BasicType -> Text Source #