From 3d55e10dc73686137dee428cf17390663b5127b5 Mon Sep 17 00:00:00 2001 From: simonmar <unknown> Date: Tue, 11 Jul 2000 16:41:19 +0000 Subject: [PATCH] [project @ 2000-07-11 16:41:19 by simonmar] reinstate used import --- ghc/compiler/typecheck/TcEnv.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/typecheck/TcEnv.lhs b/ghc/compiler/typecheck/TcEnv.lhs index 30999e89c206..c99244d20496 100644 --- a/ghc/compiler/typecheck/TcEnv.lhs +++ b/ghc/compiler/typecheck/TcEnv.lhs @@ -72,6 +72,7 @@ import Unique ( pprUnique10, Unique, Uniquable(..) ) import UniqFM import Unique ( Uniquable(..) ) import Util ( zipEqual, zipWith3Equal, mapAccumL ) +import VarEnv ( TyVarSubstEnv ) import SrcLoc ( SrcLoc ) import FastString ( FastString ) import Maybes -- GitLab