Skip to content

Commit 9b3a530

Browse files
committed
Removed an outdated comment
1 parent 9cf1c93 commit 9b3a530

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ import GHC.Generics (Generic)
3030

3131
type family CTreeExt i
3232

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.
3733
data CTree i
3834
= Literal Value
3935
| Postlude PTerm

0 commit comments

Comments
 (0)