aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/contradiction.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/contradiction.ml')
-rw-r--r--tactics/contradiction.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/contradiction.ml b/tactics/contradiction.ml
index f245247a9..faeb9fc25 100644
--- a/tactics/contradiction.ml
+++ b/tactics/contradiction.ml
@@ -34,6 +34,7 @@ let absurd c gls =
exact_no_check (mkApp(mkVar idna,[|mkVar ida|])) gl)));
tclIDTAC]));
tclIDTAC])) { gls with Evd.sigma; }
+
let absurd c = Proofview.V82.tactic (absurd c)
(* Contradiction *)