aboutsummaryrefslogtreecommitdiff
path: root/tactics/tacticals.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tacticals.ml')
-rw-r--r--tactics/tacticals.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tacticals.ml b/tactics/tacticals.ml
index 662d02a93e..8260da9d71 100644
--- a/tactics/tacticals.ml
+++ b/tactics/tacticals.ml
@@ -379,7 +379,7 @@ module New = struct
tclINDEPENDENT begin
tclIFCATCH t1
(fun () -> t2)
- (fun _ -> t3)
+ (fun e -> Proofview.tclORELSE t3 (fun e' -> tclZERO e))
end
let tclIFTHENSVELSE t1 a t3 =
tclIFCATCH t1