[project @ 1999-07-15 14:08:03 by keithw]
[ghc-hetmet.git] / ghc / compiler / types / Unify.lhs
index 97a5481..bd9cde1 100644 (file)
@@ -11,8 +11,9 @@ module Unify ( unifyTysX, unifyTyListsX,
               match, matchTy, matchTys
   ) where 
 
-import Type    ( Type(..), funTyCon, typeKind, tyVarsOfType,
-                 splitAppTy_maybe
+import TypeRep ( Type(..), funTyCon
+               )  -- friend
+import Type    ( typeKind, tyVarsOfType, splitAppTy_maybe
                )
 
 import Var     ( TyVar, tyVarKind )