Added a dummy Show instance for UsageLabel
This commit is contained in:
parent
01e702acb2
commit
1a1e78a9c4
|
@ -80,6 +80,9 @@ data UsageLabel = Usage
|
|||
,nodeDecl :: Maybe Decl
|
||||
,nodeVars :: Vars}
|
||||
|
||||
instance Show UsageLabel where
|
||||
show = const ""
|
||||
|
||||
transformParItems :: (a -> b) -> ParItems a -> ParItems b
|
||||
transformParItems f (SeqItems xs) = SeqItems $ map f xs
|
||||
transformParItems f (ParItems ps) = ParItems $ map (transformParItems f) ps
|
||||
|
|
Loading…
Reference in New Issue
Block a user