diff options
| author | Pierre-Marie Pédrot | 2016-11-19 00:20:30 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-02-14 17:28:53 +0100 |
| commit | 118ae18590dbc7d01cf34e0cd6133b1e34ef9090 (patch) | |
| tree | 67fbad3b3105dfdc75eb4692517e7d22337a94ee /ltac | |
| parent | 3f9e56fcbf479999325a86bbdaeefd6a0be13c65 (diff) | |
Contradiction API using EConstr.
Diffstat (limited to 'ltac')
| -rw-r--r-- | ltac/extratactics.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ltac/extratactics.ml4 b/ltac/extratactics.ml4 index bcfa13c79e..f87aa407d8 100644 --- a/ltac/extratactics.ml4 +++ b/ltac/extratactics.ml4 @@ -185,7 +185,7 @@ END open Contradiction TACTIC EXTEND absurd - [ "absurd" constr(c) ] -> [ absurd c ] + [ "absurd" constr(c) ] -> [ absurd (EConstr.of_constr c) ] END let onSomeWithHoles tac = function |
