aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--parsing/pcoq.ml41
-rw-r--r--theories/Unicode/Utf8_core.v2
2 files changed, 1 insertions, 2 deletions
diff --git a/parsing/pcoq.ml4 b/parsing/pcoq.ml4
index 4034252db..ccaf22c2a 100644
--- a/parsing/pcoq.ml4
+++ b/parsing/pcoq.ml4
@@ -454,7 +454,6 @@ let default_levels =
[200,RightA,false;
100,RightA,false;
99,RightA,true;
- 90,RightA,false;
10,RightA,false;
9,RightA,false;
8,RightA,true;
diff --git a/theories/Unicode/Utf8_core.v b/theories/Unicode/Utf8_core.v
index 13387f30f..80399f569 100644
--- a/theories/Unicode/Utf8_core.v
+++ b/theories/Unicode/Utf8_core.v
@@ -18,7 +18,7 @@ Notation "∃ x .. y , P" := (exists x, .. (exists y, P) ..)
Notation "x ∨ y" := (x \/ y) (at level 85, right associativity) : type_scope.
Notation "x ∧ y" := (x /\ y) (at level 80, right associativity) : type_scope.
Notation "x → y" := (x -> y)
- (at level 90, y at level 200, right associativity): type_scope.
+ (at level 99, y at level 200, right associativity): type_scope.
Notation "x ↔ y" := (x <-> y) (at level 95, no associativity): type_scope.
Notation "¬ x" := (~x) (at level 75, right associativity) : type_scope.