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 3fedfa1 commit 9cf1c93Copy full SHA for 9cf1c93
src/Codec/CBOR/Cuddle/CDDL/CTree.hs
@@ -1,6 +1,7 @@
1
{-# LANGUAGE DataKinds #-}
2
{-# LANGUAGE UndecidableInstances #-}
3
{-# LANGUAGE TypeFamilies #-}
4
+{-# LANGUAGE UndecidableInstances #-}
5
6
module Codec.CBOR.Cuddle.CDDL.CTree where
7
@@ -83,3 +84,5 @@ type Node i = CTreeExt i
83
84
85
newtype CTreeRoot i = CTreeRoot (Map.Map Name (CTree i))
86
deriving (Generic)
87
+
88
+deriving instance Show (CTree i) => Show (CTreeRoot i)
0 commit comments