File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Codec/CBOR/Cuddle/CDDL Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -134,13 +134,13 @@ asMap cddl = foldl' go Map.empty rules
134134
135135data OrReferenced
136136
137- type instance CTreeExt OrReferenced = OrRef ( CTree OrReferenced )
137+ type instance CTreeExt OrReferenced = OrRef
138138
139139-- | Indicates that an item may be referenced rather than defined.
140- data OrRef a
140+ data OrRef
141141 = -- | Reference to another node with possible generic arguments supplied
142142 Ref Name [CTree OrReferenced ]
143- deriving (Eq , Show , Functor )
143+ deriving (Eq , Show )
144144
145145type RefCTree = PartialCTreeRoot OrReferenced
146146
@@ -305,7 +305,7 @@ data NameResolutionFailure
305305 | ArgsToPostlude PTerm [CTree OrReferenced ]
306306 deriving (Show )
307307
308- deriving instance Eq ( CTree. Node OrReferenced ) => Eq NameResolutionFailure
308+ deriving instance Eq NameResolutionFailure
309309
310310postludeBinding :: Map. Map Name PTerm
311311postludeBinding =
You can’t perform that action at this time.
0 commit comments