From 6bca5fb40730ec4aaec585597473345b05028fcc Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 16 Jan 2018 16:16:28 -0500 Subject: Add better levels / printing for bind notations --- src/Util/Notations.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Util/Notations.v') diff --git a/src/Util/Notations.v b/src/Util/Notations.v index 716b0d7f3..af1fcb6be 100644 --- a/src/Util/Notations.v +++ b/src/Util/Notations.v @@ -81,8 +81,8 @@ Reserved Notation "a ≢ b" (at level 70, no associativity). Reserved Notation "$$ v" (at level 40). Reserved Notation "& x" (at level 30). Reserved Notation "** x" (at level 30). -Reserved Notation "A <- X ; B" (at level 70, right associativity, format "'[v' A <- X ; '/' B ']'"). -Reserved Notation "A <-- X ; B" (at level 70, right associativity, format "'[v' A <-- X ; '/' B ']'"). +Reserved Notation "A <- X ; B" (at level 70, X at next level, right associativity, format "'[v' A <- X ; '/' B ']'"). +Reserved Notation "A <-- X ; B" (at level 70, X at next level, right associativity, format "'[v' A <-- X ; '/' B ']'"). Reserved Notation "u [ i ]" (at level 30). Reserved Notation "v [[ i ]]" (at level 30). Reserved Notation "u {{ i }}" (at level 30). -- cgit v1.2.3