aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/auto.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/auto.ml')
-rw-r--r--tactics/auto.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/auto.ml b/tactics/auto.ml
index f251b4f85..0ab86cb04 100644
--- a/tactics/auto.ml
+++ b/tactics/auto.ml
@@ -557,7 +557,7 @@ let make_resolve_hyp env sigma (hname,_,htyp) =
(mkVar hname, htyp)]
with
| Failure _ -> []
- | e when Logic.catchable_exception e -> anomaly "make_resolve_hyp"
+ | e when Logic.catchable_exception e -> anomaly (Pp.str "make_resolve_hyp")
(* REM : in most cases hintname = id *)
let make_unfold eref =