diff options
| author | herbelin | 2003-04-09 11:27:06 +0000 |
|---|---|---|
| committer | herbelin | 2003-04-09 11:27:06 +0000 |
| commit | af0f51807d1e4765c97d4a39494b04268121bae3 (patch) | |
| tree | 0c6f6fb65866ced4e631b31142821e970f95b546 /contrib/correctness | |
| parent | a0f0f3982bf6991407f399ac430b354375a48dd2 (diff) | |
Suppression de l'étage "Import nat/Z/R_scope". "Open Scope" remplace "Import"
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3881 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/correctness')
| -rw-r--r-- | contrib/correctness/Sorted.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/correctness/Sorted.v b/contrib/correctness/Sorted.v index 73179ed1e1..8c3743a1e8 100644 --- a/contrib/correctness/Sorted.v +++ b/contrib/correctness/Sorted.v @@ -15,7 +15,7 @@ Require ArrayPermut. Require ZArithRing. Require Omega. -Import Z_scope. +V7only [Import Z_scope.]. Set Implicit Arguments. |
