diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2007-01-12 23:21:34 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2007-01-12 23:21:34 +0000 |
commit | 7442f065a00526a7f44b67eda0143a7882a8f705 (patch) | |
tree | 6fb5576353eee10c9247a6165ccf812b7ea645e2 | |
parent | 75b352c0783d5a0c3d2ff15ee46de005cd1e17e5 (diff) |
addition du neq unicode
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9482 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r-- | ide/utf8.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/utf8.v b/ide/utf8.v index 574f2e653..db7da402c 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 |