From abfbfafac4f4713d106a214be1c5237b61b7c5e2 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 10 May 2008 22:04:52 +0000 Subject: [PATCH] Remove redundant imports from Inst --- compiler/typecheck/Inst.lhs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/typecheck/Inst.lhs b/compiler/typecheck/Inst.lhs index 45e8d8d..5089b8d 100644 --- a/compiler/typecheck/Inst.lhs +++ b/compiler/typecheck/Inst.lhs @@ -69,11 +69,9 @@ import Module import Coercion import HscTypes import CoreFVs -import DataCon import Id import Name import NameSet -import Literal import Var ( Var, TyVar ) import qualified Var import VarEnv @@ -89,8 +87,6 @@ import Util import Unique import Outputable import Data.List -import TypeRep -import Class import Control.Monad \end{code} -- 1.7.10.4