[project @ 2000-07-11 16:24:57 by simonmar]
[ghc-hetmet.git] / ghc / compiler / types / Unify.lhs
index f5f6111..756a5ed 100644 (file)
@@ -27,7 +27,6 @@ import VarEnv ( TyVarSubstEnv, emptySubstEnv, lookupSubstEnv, extendSubstEnv,
                  SubstResult(..)
                )
 
-import Unique  ( Uniquable(..) )
 import Outputable( panic )
 import Util    ( snocView )
 \end{code}