Be a bit more consistent about what's a set and what's a map
[ghc-hetmet.git] / compiler / basicTypes / OccName.lhs
index 97d6857..c96cfd2 100644 (file)
@@ -302,7 +302,7 @@ filterOccEnv x (A y)       = A $ filterUFM x y
 instance Outputable a => Outputable (OccEnv a) where
     ppr (A x) = ppr x
 
-type OccSet = UniqFM OccName
+type OccSet = UniqSet OccName
 
 emptyOccSet      :: OccSet
 unitOccSet       :: OccName -> OccSet