aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-05-06 00:55:33 -0400
committerGravatar Jason Gross <jgross@mit.edu>2018-05-06 00:55:33 -0400
commitae365b3acb643af28260479fc41c39aa8617d32b (patch)
treed50bd3634d0077aceb8cab46d21764870865524a /src/Util/Notations.v
parent7a67a7d58ab4b7a17e99373708216eaa5213b899 (diff)
Add a reserved notation for #v
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index e9d0c959c..3ab485f55 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -136,3 +136,4 @@ Reserved Notation "A ~> R" (at level 99).
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").