diff options
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/himsg.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/himsg.ml b/toplevel/himsg.ml index 4adfaf6aa0..b9f1877847 100644 --- a/toplevel/himsg.ml +++ b/toplevel/himsg.ml @@ -488,9 +488,9 @@ let explain_no_instance env (_,id) l = str "applied to arguments" ++ spc () ++ prlist_with_sep pr_spc (pr_lconstr_env env) l -let explain_unsatisfiable_constraints env evm = +let explain_unsatisfiable_constraints env evd = str"Unable to satisfy the following typeclass constraints:" ++ fnl() ++ - Evd.pr_evar_map evm + Evd.pr_evar_map (Evd.evars_of (Evd.undefined_evars evd)) let explain_mismatched_contexts env c i j = str"Mismatched contexts while declaring instance: " ++ brk (1,1) ++ |
