[project @ 2000-07-11 16:24:57 by simonmar]
[ghc-hetmet.git] / ghc / compiler / usageSP / UConSet.lhs
index 674bbd8..2c5cc00 100644 (file)
@@ -24,7 +24,6 @@ module UConSet ( UConSet,
 import VarEnv
 import Type            ( UsageAnn(..) )
 import Var             ( UVar )
-import Monad           ( foldM )
 import Bag              ( Bag, unitBag, emptyBag, unionBags, foldlBag, bagToList )
 import Outputable
 import PprType