summaryrefslogtreecommitdiff
path: root/ghc/compiler/types/TypeRep.lhs
diff options
context:
space:
mode:
authorsimonpj <unknown>2000-11-24 09:51:41 +0000
committersimonpj <unknown>2000-11-24 09:51:41 +0000
commit4166dff80e8ec94022a040318ff2759913fbbe06 (patch)
tree8bd9b9cb3dd6b53e8071641c4b3ec752edfb095a /ghc/compiler/types/TypeRep.lhs
parent562926d74281d08113893e72edcafaf39b52dafe (diff)
downloadhaskell-4166dff80e8ec94022a040318ff2759913fbbe06.tar.gz
[project @ 2000-11-24 09:51:38 by simonpj]
Unused imports and suchlike
Diffstat (limited to 'ghc/compiler/types/TypeRep.lhs')
-rw-r--r--ghc/compiler/types/TypeRep.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/types/TypeRep.lhs b/ghc/compiler/types/TypeRep.lhs
index a533cd5952..2a9acad288 100644
--- a/ghc/compiler/types/TypeRep.lhs
+++ b/ghc/compiler/types/TypeRep.lhs
@@ -32,7 +32,7 @@ import Var ( TyVar )
import VarEnv
import VarSet
-import Name ( Name, tcName )
+import Name ( Name )
import TyCon ( TyCon, KindCon, mkFunTyCon, mkKindCon, mkSuperKindCon )
import Class ( Class )