aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonate2003-04-25 17:34:58 +0000
committermonate2003-04-25 17:34:58 +0000
commitb8f8a4fc5636d7751cf58c01044e8da56e92b074 (patch)
tree75bcbaf570436a209a74d8e7dedf7d3581481e72
parent80567c19f2f44e7d244821039eb62a9a165dd440 (diff)
utf8.v
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3954 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--ide/utf8.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/utf8.v b/ide/utf8.v
index 6b32a559c6..801aaa8c2c 100644
--- a/ide/utf8.v
+++ b/ide/utf8.v
@@ -3,8 +3,8 @@ Notation "∀ x : t , P" := (x:t)P (at level 1, x,t,P at level 10).
Notation "∃ x : t , P" := (EXT x:t|P) (at level 1, x,t,P at level 10).
Notation "x ∨ y" := (x \/ y) (at level 1, y at level 10).
Notation "x ∧ y" := (x /\ y) (at level 1, y at level 10).
-Notation "x ⇒ y" := (x -> y) (at level 1, y at level 10).
-Notation "x ⇔ y" := (x <-> y) (at level 1, y at level 10).
+Notation "x → y" := (x -> y) (at level 1, y at level 10).
+Notation "x ↔ y" := (x <-> y) (at level 1, y at level 10).
Notation "⌉ x" := (~x) (at level 1, x at level 10).
(* Abstraction *)