From ae365b3acb643af28260479fc41c39aa8617d32b Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sun, 6 May 2018 00:55:33 -0400 Subject: Add a reserved notation for #v --- src/Util/Notations.v | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Util/Notations.v') 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"). -- cgit v1.2.3