aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/errors.ml
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/errors.ml')
-rw-r--r--toplevel/errors.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/toplevel/errors.ml b/toplevel/errors.ml
index ba1f36cd7..ad4f6f389 100644
--- a/toplevel/errors.ml
+++ b/toplevel/errors.ml
@@ -52,6 +52,8 @@ let rec explain_exn_default = function
| InductiveError e -> hOV 0 (Himsg.explain_inductive_error e)
+ | Logic.RefinerError e -> hOV 0 (Himsg.explain_refiner_error e)
+
| Stdpp.Exc_located (loc,exc) ->
hOV 0 [< if loc = Ast.dummy_loc then [<>]
else [< 'sTR"At location "; print_loc loc; 'sTR":"; 'fNL >];