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

[project @ 1999-07-28 15:34:39 by simonpj]

Improve error msg in tcPolyExpr; Simon pls merge into release
parent f7fd588d
No related merge requests found
......@@ -143,7 +143,7 @@ tcPolyExpr arg expected_arg_ty
newDicts SignatureOrigin sig_theta `thenNF_Tc` \ (sig_dicts, dict_ids) ->
-- ToDo: better origin
tcSimplifyAndCheck
(text "tcPolyExpr")
(text "the type signature of an expression")
(mkVarSet zonked_sig_tyvars)
sig_dicts lie_arg `thenTc` \ (free_insts, inst_binds) ->
......
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