aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-08-07 01:43:37 +0200
committerPierre-Marie Pédrot2014-08-07 01:45:24 +0200
commit876f202985d5bd463bd5b44c195b239bcfedad7c (patch)
treee6fe3f6003e21ab642f2ab03d060f77503c1fd7a /intf
parent27a7d7133f83cb95eff90df4338a47b0d6681aa0 (diff)
Removing simple induction / destruct from the AST.
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 88e5c36961..8e5b51b873 100644
--- a/intf/tacexpr.mli
+++ b/intf/tacexpr.mli
@@ -130,7 +130,6 @@ type ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_atomic_tactic_expr =
intro_pattern_expr located option
(* Derived basic tactics *)
- | TacSimpleInductionDestruct of rec_flag * quantified_hypothesis
| TacInductionDestruct of
rec_flag * evars_flag * ('trm,'nam) induction_clause_list
| TacDoubleInduction of quantified_hypothesis * quantified_hypothesis