Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
type FlatTerm = [TermToken] Source #
A "flat" representation of an Encoding
value,
useful for round-tripping and writing tests.
Since: cborg-0.2.0.0
A concrete encoding of Encoding
values, one
which mirrors the original Encoding
type closely.
Since: cborg-0.2.0.0
Instances
Show TermToken | |
FromCBOR TermToken | |
Eq TermToken | |
Ord TermToken | |
Defined in Codec.CBOR.FlatTerm |