X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcInstUtil.lhs;fp=ghc%2Fcompiler%2Ftypecheck%2FTcInstUtil.lhs;h=5b5569bb840641326407eed1522f4557ed8861f0;hb=13123a9a94d65fac88dd6ce2094f24b5430eeaf2;hp=2e00a8a4626efa560ccd4951a9f42d6b9d0c1f63;hpb=531ea42a124e32369c4cf3ea19f341deacf5bfb6;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcInstUtil.lhs b/ghc/compiler/typecheck/TcInstUtil.lhs index 2e00a8a..5b5569b 100644 --- a/ghc/compiler/typecheck/TcInstUtil.lhs +++ b/ghc/compiler/typecheck/TcInstUtil.lhs @@ -23,7 +23,7 @@ import HsTypes ( toHsType ) import CmdLineOpts ( opt_AllowOverlappingInstances ) import TcMonad -import TcEnv ( InstEnv, emptyInstEnv, addToInstEnv ) +--import TcEnv ( InstEnv, emptyInstEnv, addToInstEnv ) import Bag ( bagToList, Bag ) import Class ( Class ) import Var ( TyVar, Id, idName )