aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-05-14 12:04:49 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-05-14 12:04:49 -0400
commitb3fcceb99c724269200861e6d4763486bd1bd141 (patch)
tree909f5f37d56e302b934f7a16d4bd5f62ff333235 /src/Util/Notations.v
parentff0e6450bf741d18e595d67d3a97ca3cf34cfe82 (diff)
Add some reserved notations
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index f6dc432b8..a6e60f461 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -16,6 +16,12 @@ Reserved Infix "<=?" (at level 70, no associativity).
Reserved Infix "!=?" (at level 70, no associativity).
Reserved Infix "?=" (at level 70, no associativity).
Reserved Infix "?<" (at level 70, no associativity).
+Reserved Infix "=n?" (at level 70, no associativity).
+Reserved Infix "=Z?" (at level 70, no associativity).
+Reserved Infix "=ₙ?" (at level 70, no associativity).
+Reserved Infix "=ℤ?" (at level 70, no associativity).
+Reserved Infix "=ᶻ?" (at level 70, no associativity).
+Reserved Infix "=ⁿ?" (at level 70, no associativity).
Reserved Infix ".+" (at level 50).
Reserved Infix ".*" (at level 50).
Reserved Notation "x ^ 2" (at level 30, format "x ^ 2").