Skip to content

Commit b681669

Browse files
committed
Removed an outdated comment
1 parent a06d9fa commit b681669

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
@@ -29,10 +29,6 @@ import GHC.Generics (Generic)
2929

3030
type family CTreeExt i
3131

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

0 commit comments

Comments
 (0)