diff options
| -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 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 |
