aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-09-01 16:54:53 +0200
committerPierre-Marie Pédrot2014-09-01 17:03:31 +0200
commit1d6eac66b4f21a768e98d01416e4ecef68ada377 (patch)
tree5d90b0187bf12ec89ca3d74988b450c0984e7458 /intf
parenta4d454beaafd030a5564a395d380748cf90e1b75 (diff)
Moving the decompose tactic out of 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 abb2292cd1..261c28d7f3 100644
--- a/intf/tacexpr.mli
+++ b/intf/tacexpr.mli
@@ -144,7 +144,6 @@ type ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_atomic_tactic_expr =
| TacInductionDestruct of
rec_flag * evars_flag * ('trm,'nam) induction_clause_list
| TacDoubleInduction of quantified_hypothesis * quantified_hypothesis
- | TacDecompose of 'ind list * 'trm
(* Automation tactics *)
| TacTrivial of debug * 'trm list * string list option