From dfa81d7860309029d100cd5348d2dd6bd8fa33c9 Mon Sep 17 00:00:00 2001 From: jforest Date: Tue, 21 Mar 2006 21:54:43 +0000 Subject: + destruct now works as induction on multiple arguments : destruct x y z using scheme + replace c1 with c2 has now a new optional argument replace c1 with c2 by tac tries to prove c2 = c1 with tac + I've also factorize the code correspoing to replace in extractactics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8651 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/tactics.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics/tactics.mli') diff --git a/tactics/tactics.mli b/tactics/tactics.mli index c6dbc1be9..1c7967e10 100644 --- a/tactics/tactics.mli +++ b/tactics/tactics.mli @@ -235,7 +235,7 @@ val general_case_analysis : constr with_bindings -> tactic val simplest_case : constr -> tactic val simple_destruct : quantified_hypothesis -> tactic -val new_destruct : constr induction_arg -> constr with_bindings option -> +val new_destruct : constr induction_arg list -> constr with_bindings option -> intro_pattern_expr -> tactic (*s Eliminations giving the type instead of the proof. *) -- cgit v1.2.3