From c9ebf62fd1e19d1937a6ca541ad330892fea21a9 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 14 Aug 1998 11:15:28 +0000 Subject: [PATCH] [project @ 1998-08-14 11:15:28 by sof] wibble --- ghc/compiler/types/Type.lhs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4