X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypes%2FType.lhs;h=ce08584909820b01b9c28e31c97b22bd84b29261;hb=c9ebf62fd1e19d1937a6ca541ad330892fea21a9;hp=5b73eeb0120a909e966c976b3870cd5cb2003a38;hpb=8b110df7741b0b27315cee31ebd6780c6f0db859;p=ghc-hetmet.git 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