Skip to content
Snippets Groups Projects
Commit 2cae93d6 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[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.
parent 731f53de
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment