aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-05-22 14:10:54 +0200
committerPierre-Marie Pédrot2014-05-22 14:24:58 +0200
commit180a39219f6987b63e7cc34500371d5ce03188c4 (patch)
tree939830a3c58e4ec3c1c641af11bf0b645a285796 /intf
parent4d6a5677f0f4af0193bb42f5d2938287efaaf91b (diff)
Moving the "specialize" tactic out of the AST. Also removed an obsolete
variant of it, accepting an additional integer.
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 01e01ff858..eeba560d71 100644
--- a/intf/tacexpr.mli
+++ b/intf/tacexpr.mli
@@ -128,7 +128,6 @@ type ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_atomic_tactic_expr =
rec_flag * evars_flag * ('trm,'nam) induction_clause_list
| TacDoubleInduction of quantified_hypothesis * quantified_hypothesis
| TacDecompose of 'ind list * 'trm
- | TacSpecialize of int option * 'trm with_bindings
(* Automation tactics *)
| TacTrivial of debug * 'trm list * string list option