From 7663009161bf741f3282e5ac978bc6314d261947 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sun, 6 May 2018 01:01:55 -0400 Subject: More reserved notations --- src/Util/Notations.v | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Util/Notations.v') 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"). -- cgit v1.2.3