[project @ 1999-12-03 18:17:29 by lewie]
[ghc-hetmet.git] / ghc / compiler / utils / UniqFM.lhs
index 81d4bee..fbea784 100644 (file)
@@ -209,6 +209,9 @@ instance Outputable (UniqFM a) where
        ppr (LeafUFM x a) = text "LeafUFM " <+> int IBOX(x)
        ppr (EmptyUFM)    = empty
 -}
+-- and when not debugging the package itself...
+instance Outputable a => Outputable (UniqFM a) where
+    ppr ufm = ppr (ufmToList ufm)
 \end{code}
 
 %************************************************************************