X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FInst.lhs;h=5089b8dba29a5935d858f473f6f90bc5cf667d80;hb=1b68b94fcde73a92a371730b210b5b1c8678a44f;hp=45e8d8db8b363ee95462b31653d0ff2007ba0766;hpb=26416bba9d0bfe0b10bfee9d01053cf507d2918b;p=ghc-hetmet.git 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}