diff options
| author | herbelin | 2003-05-22 22:12:04 +0000 |
|---|---|---|
| committer | herbelin | 2003-05-22 22:12:04 +0000 |
| commit | 9d02eee0248ebdae1bfea858f20807f15dfbaca1 (patch) | |
| tree | c6c26a0d06b730bc213a8ef10c41577aad4be23a /theories/Init | |
| parent | 9126f15c19a83a6861f6287bb60c76cd3ae5de73 (diff) | |
Ajout V8Notation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4061 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init')
| -rw-r--r-- | theories/Init/Notations.v | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v index 9fe617136a..cfc622aeb9 100644 --- a/theories/Init/Notations.v +++ b/theories/Init/Notations.v @@ -32,10 +32,10 @@ Uninterpreted Notation "x <> y :> T" Uninterpreted Notation "x <> y" (at level 5, no associativity). -Uninterpreted Notation "x <= y" (at level 5, no associativity). -Uninterpreted Notation "x < y" (at level 5, no associativity). -Uninterpreted Notation "x >= y" (at level 5, no associativity). -Uninterpreted Notation "x > y" (at level 5, no associativity). +Uninterpreted V8Notation "x <= y" (at level 5, no associativity). +Uninterpreted V8Notation "x < y" (at level 5, no associativity). +Uninterpreted V8Notation "x >= y" (at level 5, no associativity). +Uninterpreted V8Notation "x > y" (at level 5, no associativity). (** Arithmetical notations (also used for type constructors) *) |
