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 9cf1c93 commit 9b3a530Copy full SHA for 9b3a530
src/Codec/CBOR/Cuddle/CDDL/CTree.hs
@@ -30,10 +30,6 @@ import GHC.Generics (Generic)
30
31
type family CTreeExt i
32
33
--- | CDDL Tree, parametrised over a functor
34
---
35
--- We principally use this functor to represent references - thus, every 'f a'
36
--- may be either an a or a reference to another CTree.
37
data CTree i
38
= Literal Value
39
| Postlude PTerm
0 commit comments