aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2005-02-03 17:15:03 +0000
committerherbelin2005-02-03 17:15:03 +0000
commit554e424105641b9051b4a7cee069f5584c22074a (patch)
tree543913598cb148bd0fa50621a36f23b15e968553
parentec719e61b31cbf08b853ae3bfb96ce3508dba50a (diff)
Tactics.v bidon pour accomoder make world7
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6671 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--.depend.coq72
-rw-r--r--theories7/Init/Tactics.v0
2 files changed, 2 insertions, 0 deletions
diff --git a/.depend.coq7 b/.depend.coq7
index 895a950699..086ca5717a 100644
--- a/.depend.coq7
+++ b/.depend.coq7
@@ -5,6 +5,7 @@ theories7/Init/Logic.vo: theories7/Init/Logic.v theories7/Init/Notations.vo
theories7/Init/Specif.vo: theories7/Init/Specif.v theories7/Init/Notations.vo theories7/Init/Datatypes.vo theories7/Init/Logic.vo
theories7/Init/Logic_Type.vo: theories7/Init/Logic_Type.v theories7/Init/Datatypes.vo theories7/Init/Logic.vo
theories7/Init/Wf.vo: theories7/Init/Wf.v theories7/Init/Notations.vo theories7/Init/Logic.vo theories7/Init/Datatypes.vo
+theories7/Init/Tactics.vo: theories7/Init/Tactics.v
theories7/Init/Prelude.vo: theories7/Init/Prelude.v theories7/Init/Notations.vo theories7/Init/Logic.vo theories7/Init/Datatypes.vo theories7/Init/Specif.vo theories7/Init/Peano.vo theories7/Init/Wf.vo
theories7/Init/Notations.vo: theories7/Init/Notations.v
theories7/Init/Datatypes.vo: theories7/Init/Datatypes.v theories7/Init/Notations.vo theories7/Init/Logic.vo
@@ -13,6 +14,7 @@ theories7/Init/Logic.vo: theories7/Init/Logic.v theories7/Init/Notations.vo
theories7/Init/Specif.vo: theories7/Init/Specif.v theories7/Init/Notations.vo theories7/Init/Datatypes.vo theories7/Init/Logic.vo
theories7/Init/Logic_Type.vo: theories7/Init/Logic_Type.v theories7/Init/Datatypes.vo theories7/Init/Logic.vo
theories7/Init/Wf.vo: theories7/Init/Wf.v theories7/Init/Notations.vo theories7/Init/Logic.vo theories7/Init/Datatypes.vo
+theories7/Init/Tactics.vo: theories7/Init/Tactics.v
theories7/Init/Prelude.vo: theories7/Init/Prelude.v theories7/Init/Notations.vo theories7/Init/Logic.vo theories7/Init/Datatypes.vo theories7/Init/Specif.vo theories7/Init/Peano.vo theories7/Init/Wf.vo
theories7/Logic/Hurkens.vo: theories7/Logic/Hurkens.v
theories7/Logic/ProofIrrelevance.vo: theories7/Logic/ProofIrrelevance.v theories7/Logic/Hurkens.vo
diff --git a/theories7/Init/Tactics.v b/theories7/Init/Tactics.v
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/theories7/Init/Tactics.v