Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cuddle.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ library
Codec.CBOR.Cuddle.CBOR.Gen
Codec.CBOR.Cuddle.CBOR.Validator
Codec.CBOR.Cuddle.CDDL
Codec.CBOR.Cuddle.CDDL.CTree
Codec.CBOR.Cuddle.CDDL.CtlOp
Codec.CBOR.Cuddle.CDDL.Postlude
Codec.CBOR.Cuddle.CDDL.Resolve
Expand Down
2 changes: 1 addition & 1 deletion src/Codec/CBOR/Cuddle/CDDL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ instance ForAllExtensions i CollectComments => CollectComments (TypeOrGroup i)
field3: bytes,
field4: ~time,
]

Group
(Note that leaving out the first unwrap operator in the latter example would
lead to nesting the basic-header in its own array inside the advanced-header,
while, with the unwrapped basic-header, the definition of the group inside
Expand Down
154 changes: 0 additions & 154 deletions src/Codec/CBOR/Cuddle/CDDL/CTree.hs

This file was deleted.

Loading
Loading