Skip to content

Commit 010d860

Browse files
committed
WIP
1 parent f596b00 commit 010d860

File tree

5 files changed

+212
-355
lines changed

5 files changed

+212
-355
lines changed

cuddle.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ library
4646
Codec.CBOR.Cuddle.CBOR.Gen
4747
Codec.CBOR.Cuddle.CBOR.Validator
4848
Codec.CBOR.Cuddle.CDDL
49-
Codec.CBOR.Cuddle.CDDL.CTree
5049
Codec.CBOR.Cuddle.CDDL.CtlOp
5150
Codec.CBOR.Cuddle.CDDL.Postlude
5251
Codec.CBOR.Cuddle.CDDL.Resolve

src/Codec/CBOR/Cuddle/CDDL.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ instance ForAllExtensions i CollectComments => CollectComments (TypeOrGroup i)
340340
field3: bytes,
341341
field4: ~time,
342342
]
343-
343+
Group
344344
(Note that leaving out the first unwrap operator in the latter example would
345345
lead to nesting the basic-header in its own array inside the advanced-header,
346346
while, with the unwrapped basic-header, the definition of the group inside

src/Codec/CBOR/Cuddle/CDDL/CTree.hs

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)