aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Unicode/Utf8.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Unicode/Utf8.v')
-rw-r--r--theories/Unicode/Utf8.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Unicode/Utf8.v b/theories/Unicode/Utf8.v
index 32b892b63..6b6a55d99 100644
--- a/theories/Unicode/Utf8.v
+++ b/theories/Unicode/Utf8.v
@@ -36,7 +36,7 @@ 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 95, no associativity): type_scope.
-Notation "⌉ x" := (~x) (at level 75, right associativity) : type_scope.
+Notation "¬ x" := (~x) (at level 75, right associativity) : type_scope.
Notation "x ≠ y" := (x <> y) (at level 70) : type_scope.
(* Abstraction *)