aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-07-18 11:34:12 +0200
committerPierre-Marie Pédrot2020-07-18 11:34:12 +0200
commite6d92a9765f84c80f8c6a102fe5480490c747313 (patch)
treeee51e80ca8001dbad69cc93d2d8e97b826eb2cc6 /tactics
parent689a391bddb956fdc05ec267866ef2253c731cc3 (diff)
parentd2ca1efe969ece40254ba19281964c7f391f3f99 (diff)
Merge PR #12588: [exn] Remove some uses of print
Ack-by: gares Reviewed-by: ppedrot
Diffstat (limited to 'tactics')
-rw-r--r--tactics/class_tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/class_tactics.ml b/tactics/class_tactics.ml
index 82ce2234e3..63cafbf76d 100644
--- a/tactics/class_tactics.ml
+++ b/tactics/class_tactics.ml
@@ -236,7 +236,7 @@ let with_prods nprods h f =
f gl (h, diff)
with e when CErrors.noncritical e ->
let e, info = Exninfo.capture e in
- Tacticals.New.tclZEROMSG ~info (CErrors.print e) end
+ Proofview.tclZERO ~info e end
else Proofview.Goal.enter
begin fun gl ->
if Int.equal nprods 0 then f gl (h, None)