From 9410a6fecf2e9011c9a6fb243cec479e3901187c Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 26 Mar 2012 22:29:05 +0000 Subject: Fixing printing level of Utf8 equivalent for ->. Parsing with rhs at level 200 was already working thanks to I don't which unexpected magic from camlp4/5. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15096 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Unicode/Utf8_core.v | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'theories/Unicode') diff --git a/theories/Unicode/Utf8_core.v b/theories/Unicode/Utf8_core.v index 31724b3ca..13387f30f 100644 --- a/theories/Unicode/Utf8_core.v +++ b/theories/Unicode/Utf8_core.v @@ -17,7 +17,9 @@ 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, right associativity): type_scope. +Notation "x → y" := (x -> y) + (at level 90, 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. Notation "x ≠ y" := (x <> y) (at level 70) : type_scope. -- cgit v1.2.3