diff options
Diffstat (limited to 'theories/Init/Notations.v')
| -rw-r--r-- | theories/Init/Notations.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v index e2fa1d88f0..f98a160c4d 100644 --- a/theories/Init/Notations.v +++ b/theories/Init/Notations.v @@ -18,7 +18,7 @@ Uninterpreted Notation "x \/ y" (at level 7, right associativity) V8only (at level 85, right associativity). Uninterpreted Notation "x <-> y" (at level 8, right associativity) - V8only (at level 90, right associativity). + V8only (at level 95, no associativity). Uninterpreted Notation "~ x" (at level 5, right associativity) V8only (at level 75, right associativity). |
