aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-02-29 10:54:08 +0100
committerPierre-Marie Pédrot2016-02-29 10:55:38 +0100
commitbda8b2e8f90235ca875422f211cb781068b20b3c (patch)
tree223ea774824958259dce4289c5ecbee984bc6afc /intf
parent48327426b59144f1a7181092068077c5a6df7c60 (diff)
Moving the "cofix" tactic to TACTIC EXTEND.
Diffstat (limited to 'intf')
-rw-r--r--intf/tacexpr.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli
index 3993f1b371..33a96150c1 100644
--- a/intf/tacexpr.mli
+++ b/intf/tacexpr.mli
@@ -146,7 +146,6 @@ type 'a gen_atomic_tactic_expr =
| TacElim of evars_flag * 'trm with_bindings_arg * 'trm with_bindings option
| TacCase of evars_flag * 'trm with_bindings_arg
| TacMutualFix of Id.t * int * (Id.t * int * 'trm) list
- | TacCofix of Id.t option
| TacMutualCofix of Id.t * (Id.t * 'trm) list
| TacAssert of
bool * 'tacexpr option *