From 7442f065a00526a7f44b67eda0143a7882a8f705 Mon Sep 17 00:00:00 2001 From: letouzey Date: Fri, 12 Jan 2007 23:21:34 +0000 Subject: addition du neq unicode git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9482 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/utf8.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/utf8.v b/ide/utf8.v index 574f2e6533..db7da402cc 100644 --- a/ide/utf8.v +++ b/ide/utf8.v @@ -33,7 +33,7 @@ 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 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. (* Abstraction *) (* Not nice -- cgit v1.2.3