diff options
| author | herbelin | 2003-09-21 22:50:38 +0000 |
|---|---|---|
| committer | herbelin | 2003-09-21 22:50:38 +0000 |
| commit | 8ed294710b082e8331efe0a592de0afabb701bfd (patch) | |
| tree | 095d6ac2f576fe38995fae9fa98543357e6f655c /theories/ZArith | |
| parent | a1fd83954be09cf9df9ba33c92bf4f7d1f733add (diff) | |
Changement de la politique de V8only: V8only tout seul signifie
'seulement interprétation' en V8; héritage des paramêtres de V7
seulement si pas V8only; sinon, il faut tout expliciter (pas
d'héritage partiel)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4433 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/ZArith')
| -rw-r--r-- | theories/ZArith/Zdiv.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/ZArith/Zdiv.v b/theories/ZArith/Zdiv.v index eee40d6938..bcf5a05915 100644 --- a/theories/ZArith/Zdiv.v +++ b/theories/ZArith/Zdiv.v @@ -286,8 +286,8 @@ Syntax constr ]. -Infix 3 "/" Zdiv (no associativity) : Z_scope V8only (left associativity). -Infix 3 "mod" Zmod (no associativity) : Z_scope V8only (left associativity). +Infix 3 "/" Zdiv (no associativity) : Z_scope V8only. +Infix 3 "mod" Zmod (no associativity) : Z_scope. (** Other lemmas (now using the syntax for [Zdiv] and [Zmod]). *) |
