aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-05-06 01:01:55 -0400
committerGravatar Jason Gross <jgross@mit.edu>2018-05-06 01:01:55 -0400
commit7663009161bf741f3282e5ac978bc6314d261947 (patch)
tree5a4b17eff99988cb6e2df04e19fc1e83622394c8 /src/Util/Notations.v
parent3f43eebb314844c0ca8d19d3764807687dba456e (diff)
More 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 0fa1c647b..8c35fb5f8 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -138,3 +138,7 @@ Reserved Notation "A --->" (left associativity, at level 65).
Reserved Notation "'return' x" (at level 70, format "'return' x").
Reserved Notation "f x" (only printing, at level 10, left associativity).
Reserved Notation "# x" (at level 9, x at level 10, format "# x").
+Reserved Notation "## x" (at level 9, x at level 10, format "## x").
+Reserved Notation "### x" (at level 9, x at level 10, format "### x").
+Reserved Notation "\ x .. y , t" (at level 200, x binder, y binder, right associativity, format "\ x .. y , '//' t").
+Reserved Notation "'$' x" (at level 9, format "'$' x").