diff options
| author | msozeau | 2007-08-07 18:36:25 +0000 |
|---|---|---|
| committer | msozeau | 2007-08-07 18:36:25 +0000 |
| commit | 2de683db51b44b8051ead6d89be67f0185e7e87d (patch) | |
| tree | adc23d9d0d2258efafae705563142ac35196039c /theories/Init | |
| parent | 2fded684878073f1f028ebb856a455a0dc568caf (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/Init')
| -rw-r--r-- | theories/Init/Prelude.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/Prelude.v b/theories/Init/Prelude.v index 6022da116c..1915ad37cb 100644 --- a/theories/Init/Prelude.v +++ b/theories/Init/Prelude.v @@ -14,4 +14,4 @@ Require Export Datatypes. Require Export Specif. Require Export Peano. Require Export Wf. -Require Export Tactics. +Require Export Coq.Init.Tactics. |
