From 3f43eebb314844c0ca8d19d3764807687dba456e Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sun, 6 May 2018 00:58:37 -0400 Subject: Add another notation --- 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 d814dbcd5..0fa1c647b 100644 --- a/src/Util/Notations.v +++ b/src/Util/Notations.v @@ -86,6 +86,7 @@ Reserved Notation "& x" (at level 30). 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 "u [ i ]" (at level 30). Reserved Notation "v [[ i ]]" (at level 30). Reserved Notation "u {{ i }}" (at level 30). -- cgit v1.2.3