X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FInst.lhs;fp=ghc%2Fcompiler%2Ftypecheck%2FInst.lhs;h=71d3e8472b99339df71487a06a7e2ea032050640;hb=e8f2142d81b97d8460f63ea0becf54a408b876b4;hp=c2927bcc5cf0cd53e10475eb878f68dcc4e6cb63;hpb=64055fe361a75d7c2bbb520fb1e2077652bd9f6b;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/Inst.lhs b/ghc/compiler/typecheck/Inst.lhs index c2927bc..71d3e84 100644 --- a/ghc/compiler/typecheck/Inst.lhs +++ b/ghc/compiler/typecheck/Inst.lhs @@ -43,8 +43,7 @@ import {-# SOURCE #-} TcUnify ( unifyTauTy ) -- Used in checkKind (sigh) import HsSyn ( HsLit(..), HsOverLit(..), HsExpr(..), LHsExpr, mkHsApp, nlHsLit, nlHsVar ) -import TcHsSyn ( TcId, TcIdSet, - mkHsTyApp, mkHsDictApp, zonkId, +import TcHsSyn ( mkHsTyApp, mkHsDictApp, zonkId, mkCoercion, ExprCoFn ) import TcRnMonad