X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcSimplify.lhs;h=0fb10abd37ec559b866b0dd456ed5e320d8351e3;hb=0862ececb9fa3439a0da20076a8b2db0f3ee76a4;hp=9e1f4d7432b5ecbe323427661fac2327a0252f24;hpb=e65d8f387cccbcfd60a4a820024f8d8286f97ac2;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcSimplify.lhs b/ghc/compiler/typecheck/TcSimplify.lhs index 9e1f4d7..0fb10ab 100644 --- a/ghc/compiler/typecheck/TcSimplify.lhs +++ b/ghc/compiler/typecheck/TcSimplify.lhs @@ -35,7 +35,7 @@ import Inst ( lookupInst, LookupInstResult(..), instBindingRequired, instCanBeGeneralised, newDictsFromOld, tcInstClassOp, getDictClassTys, isTyVarDict, - instLoc, pprInst, zonkInst, tidyInsts, tidyMoreInsts, + instLoc, zonkInst, tidyInsts, tidyMoreInsts, Inst, pprInsts, pprInstsInFull, isIPDict, isInheritableInst )