From: sof Date: Fri, 14 Aug 1998 11:15:28 +0000 (+0000) Subject: [project @ 1998-08-14 11:15:28 by sof] X-Git-Tag: Approx_2487_patches~423 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c9ebf62fd1e19d1937a6ca541ad330892fea21a9;p=ghc-hetmet.git [project @ 1998-08-14 11:15:28 by sof] wibble --- diff --git a/ghc/compiler/types/Type.lhs b/ghc/compiler/types/Type.lhs index 5b73eeb..ce08584 100644 --- a/ghc/compiler/types/Type.lhs +++ b/ghc/compiler/types/Type.lhs @@ -49,7 +49,8 @@ import TyVar ( GenTyVarSet, TyVarEnv, GenTyVar, TyVar, unitTyVarSet, lookupTyVarEnv, delFromTyVarEnv, zipTyVarEnv, mkTyVarEnv, emptyTyVarEnv, isEmptyTyVarEnv, addToTyVarEnv ) import Name ( NamedThing(..), - NameSet(..), unionNameSets, emptyNameSet, unitNameSet, minusNameSet + NameSet, + unionNameSets, emptyNameSet, unitNameSet, minusNameSet ) -- others