From eefe264e275ae4e59389957ea2df7ef75f451c76 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 3 Feb 2005 08:59:59 +0000 Subject: Nouveau fichier Tactics.v collectant les tactiques utiles des utilisateurs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6666 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Tactics.v | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 theories/Init/Tactics.v (limited to 'theories') diff --git a/theories/Init/Tactics.v b/theories/Init/Tactics.v new file mode 100644 index 000000000..fcdbc6e87 --- /dev/null +++ b/theories/Init/Tactics.v @@ -0,0 +1,23 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* + generalize Eq; clear Eq; + match goal with + | H : context [a] |- _ => intro Eq; rewrite Eq in H; rewrite_all Eq + | _ => intro Eq + end + end. -- cgit v1.2.3