aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-08-07 00:19:22 +0200
committerPierre-Marie Pédrot2014-08-07 01:12:59 +0200
commit07a9afbdf9561402897728963d40de80b9912bea (patch)
treee30c0599ecccad324425d2c1ace2cde846cf5bf3 /intf
parentfe3b935204b8e4889b969bfd2faaaaa679e8a3cf (diff)
Removing the "constructor" tactic from the AST.
Diffstat (limited to 'intf')
-rw-r--r--intf/tacexpr.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli
index 7f7ecdcf77..3b5868e9e0 100644
--- a/intf/tacexpr.mli
+++ b/intf/tacexpr.mli
@@ -149,8 +149,6 @@ type ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_atomic_tactic_expr =
(* Trmuctors *)
| TacSplit of evars_flag * 'trm bindings list
- | TacAnyConstructor of evars_flag *
- ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_tactic_expr option
| TacConstructor of evars_flag * int or_var * 'trm bindings
(* Conversion *)