From 3c75aed311c024cc35c1690d7bfec5c88140457e Mon Sep 17 00:00:00 2001 From: letouzey Date: Fri, 6 Jul 2012 17:39:53 +0000 Subject: Two adaptations after the changes of level of -> git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15541 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Unicode/Utf8_core.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Unicode') 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. -- cgit v1.2.3