From 2cae93d60ad27e8fd7b828515241f2cc9f95577b Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 17 Sep 1999 09:16:57 +0000 Subject: [PATCH] [project @ 1999-09-17 09:16:57 by simonpj] [This is the commit message that should have gone with the typechecker commit a few minutes ago, whose message said ~/tmp/msg1 ] Improve location and context information on Insts (notably Dicts), and thereby improve error messages that relate to dictionaries. This arose from Marc van Doguen's suggestion. --- ghc/compiler/typecheck/Inst.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/typecheck/Inst.lhs b/ghc/compiler/typecheck/Inst.lhs index a076b02..6d18d01 100644 --- a/ghc/compiler/typecheck/Inst.lhs +++ b/ghc/compiler/typecheck/Inst.lhs @@ -4,7 +4,7 @@ \section[Inst]{The @Inst@ type: dictionaries or method instances} \begin{code} -module Inst ( +module Inst ( LIE, emptyLIE, unitLIE, plusLIE, consLIE, zonkLIE, plusLIEs, mkLIE, isEmptyLIE, -- 1.7.10.4