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