From 7fdc9bb220448f050cabd90133bedcd8ce0dd4b0 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 31 May 2018 14:05:03 -0400 Subject: Add more bind reserved notations --- src/Util/Notations.v | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Util/Notations.v b/src/Util/Notations.v index 5e126f22b..18cef1781 100644 --- a/src/Util/Notations.v +++ b/src/Util/Notations.v @@ -87,6 +87,8 @@ Reserved Notation "** x" (at level 30). 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 "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 "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