From c747fd4bc759d8f9bd9cbdd2735ec58922e220a7 Mon Sep 17 00:00:00 2001 From: glondu Date: Wed, 6 Oct 2010 11:42:51 +0000 Subject: Remove ide/coq_tactics.ml* Unused and refers to pre-v8 tactics. Basically untouched since 2003. Most likely obsolete. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13507 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/coq_tactics.ml | 129 ---------------------------------------------------- ide/coq_tactics.mli | 10 ---- ide/ide.mllib | 1 - 3 files changed, 140 deletions(-) delete mode 100644 ide/coq_tactics.ml delete mode 100644 ide/coq_tactics.mli diff --git a/ide/coq_tactics.ml b/ide/coq_tactics.ml deleted file mode 100644 index 7a865d5e2e..0000000000 --- a/ide/coq_tactics.ml +++ /dev/null @@ -1,129 +0,0 @@ -(************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* "; - "Dependent Rewrite <-"; - "Derive Inversion"; - "Destruct"; - "Discriminate"; - "DiscrR"; - "Do"; - "Double Induction"; - "EApply"; - "EAuto"; - "Elim ... using"; - "Elim ... with"; - "ElimType"; - "Exact"; - "Exists"; - "Fail"; - "Field"; - "First"; - "Fold"; - "Fourier"; - "Generalize"; - "Generalize Dependent"; - "Print Hint"; - "Hnf"; - "Idtac"; - "Induction"; - "Info"; - "Injection"; - "Intro"; - "Intro ... after"; - "Intro after"; - "Intros"; - "Intros pattern"; - "Intros until"; - "Intuition"; - "Inversion"; - "Inversion ... in"; - "Inversion ... using"; - "Inversion ... using ... in"; - "Inversion_clear"; - "Inversion_clear ... in"; - "LApply"; - "Lazy"; - "Left"; - "LetTac"; - "Move"; - "NewDestruct"; - "NewInduction"; - "Omega"; - "Orelse"; - "Pattern"; - "Pose"; - "Prolog"; - "Quote"; - "Red"; - "Refine"; - "Reflexivity"; - "Rename"; - "Repeat"; - "Replace ... with"; - "Rewrite"; - "Rewrite ->"; - "Rewrite -> ... in"; - "Rewrite <-"; - "Rewrite <- ... in"; - "Rewrite ... in"; - "Right"; - "Ring"; - "Setoid_replace"; - "Setoid_rewrite"; - "Simpl"; - "Simple Inversion"; - "Simplify_eq"; - "Solve"; - "Split"; - "SplitAbsolu"; - "SplitRmult"; - "Subst"; - "Symmetry"; - "Tacticals"; - "Tauto"; - "Transitivity"; - "Trivial"; - "Try"; - "tactic macros"; - "Unfold"; - "Unfold ... in"; -] diff --git a/ide/coq_tactics.mli b/ide/coq_tactics.mli deleted file mode 100644 index 498a1bbc61..0000000000 --- a/ide/coq_tactics.mli +++ /dev/null @@ -1,10 +0,0 @@ -(************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(*