diff options
| author | herbelin | 2002-10-21 13:07:30 +0000 |
|---|---|---|
| committer | herbelin | 2002-10-21 13:07:30 +0000 |
| commit | 04ceaad7583afcd85754b909ae25e7128646ff54 (patch) | |
| tree | b45b773df0b73bf4e057b62c2b722e894a700745 /proofs | |
| parent | b6fead62658797f75be03d1a952b771f4c260c0f (diff) | |
NewDestruct/NewInduction acceptent l'option "using"
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3167 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/tacexpr.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proofs/tacexpr.ml b/proofs/tacexpr.ml index b63588aaa4..3eaaea5739 100644 --- a/proofs/tacexpr.ml +++ b/proofs/tacexpr.ml @@ -116,9 +116,9 @@ type ('constr,'cst,'ind,'id) gen_atomic_tactic_expr = (* Derived basic tactics *) | TacOldInduction of quantified_hypothesis - | TacNewInduction of 'constr induction_arg + | TacNewInduction of 'constr induction_arg * 'constr with_bindings option | TacOldDestruct of quantified_hypothesis - | TacNewDestruct of 'constr induction_arg + | TacNewDestruct of 'constr induction_arg * 'constr with_bindings option | TacDoubleInduction of quantified_hypothesis * quantified_hypothesis | TacDecomposeAnd of 'constr |
