We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c337e76 commit abe8ce5Copy full SHA for abe8ce5
CHANGELOG.md
@@ -13,7 +13,7 @@
13
* Changed the type of the first argument for `generateCBORTerm` and
14
`generateCBORTerm'` to `CTreeRoot`
15
* Removed all exports in `Codec.CBOR.Cuddle.CBOR.Validator` except for
16
- `validateCBOR` and `validateCBOR'`
+ `validateCBOR`, `validateCBOR'`, `CBORTermResult` and `CDDLResult`
17
18
## 1.0.0.0
19
src/Codec/CBOR/Cuddle/CBOR/Validator.hs
@@ -5,6 +5,8 @@
5
module Codec.CBOR.Cuddle.CBOR.Validator (
6
validateCBOR,
7
validateCBOR',
8
+ CDDLResult (..),
9
+ CBORTermResult (..),
10
) where
11
12
import Codec.CBOR.Cuddle.CDDL hiding (CDDL, Group, Rule)
0 commit comments