From cfd8ec82784a5c893b63f3c82736eb76fe487ad7 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Wed, 21 May 2014 20:45:10 +0200 Subject: Removing decompose record / sum from the tactic AST. --- intf/tacexpr.mli | 2 -- 1 file changed, 2 deletions(-) (limited to 'intf') diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli index 4b78b55fd5..d03279fc3f 100644 --- a/intf/tacexpr.mli +++ b/intf/tacexpr.mli @@ -127,8 +127,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 - | TacDecomposeAnd of 'trm - | TacDecomposeOr of 'trm | TacDecompose of 'ind list * 'trm | TacSpecialize of int option * 'trm with_bindings -- cgit v1.2.3