aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-05-11 15:43:40 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-05-11 15:43:40 -0400
commit05b86acbe41f8f98ebc2ce93ae3401cb6ff08a60 (patch)
treeae5d2ebb84365290db51078bed143868a0760bf6 /src/Util/Notations.v
parent5847ee9bee736f3453347df09823fb2c32e1c1f3 (diff)
Add reserved notations
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index 7570533ea..ca593edac 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -43,6 +43,10 @@ Reserved Infix "≡_r" (at level 70, no associativity).
Reserved Infix "≢_r" (at level 70, no associativity).
Reserved Infix "≡ᵣ" (at level 70, no associativity).
Reserved Infix "≢ᵣ" (at level 70, no associativity).
+Reserved Infix "≡_p" (at level 70, no associativity).
+Reserved Infix "≢_p" (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 70, no associativity).