diff options
Diffstat (limited to 'contrib/interface/debug_tac.ml')
| -rw-r--r-- | contrib/interface/debug_tac.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/interface/debug_tac.ml b/contrib/interface/debug_tac.ml index 80d9d72018..be469108fb 100644 --- a/contrib/interface/debug_tac.ml +++ b/contrib/interface/debug_tac.ml @@ -463,7 +463,7 @@ let descr_first_error = function with e -> (msgnl (str "Execution of this tactic raised message " ++ fnl () ++ - fnl () ++ Errors.explain_exn e ++ fnl () ++ + fnl () ++ Cerrors.explain_exn e ++ fnl () ++ fnl () ++ str "on goal" ++ fnl () ++ pr_goal (sig_it (strip_some !the_goal)) ++ fnl () ++ str "faulty tactic is" ++ fnl () ++ fnl () ++ |
