aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Program/Program.v
diff options
context:
space:
mode:
authorGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-08-07 18:36:25 +0000
committerGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-08-07 18:36:25 +0000
commit2de683db51b44b8051ead6d89be67f0185e7e87d (patch)
treeadc23d9d0d2258efafae705563142ac35196039c /theories/Program/Program.v
parent2fded684878073f1f028ebb856a455a0dc568caf (diff)
Move Program tactics into a proper theories/ directory as they are general purpose and can be used directly be the user. Document them. Change Prelude to disambiguate an import of a Tactics module.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10060 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Program/Program.v')
-rw-r--r--theories/Program/Program.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/theories/Program/Program.v b/theories/Program/Program.v
new file mode 100644
index 000000000..4dc50694f
--- /dev/null
+++ b/theories/Program/Program.v
@@ -0,0 +1,3 @@
+Require Export Coq.Program.Utils.
+Require Export Coq.Program.FixSub.
+Require Export Coq.Program.Heq. \ No newline at end of file