From 67f49aed5ed1c47f5523c2849c9b9a7bdc1e0f9a Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sat, 16 Jun 2018 00:39:49 -0400 Subject: Reserve a notatoin for ;; --- src/Util/Notations.v | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Util/Notations.v b/src/Util/Notations.v index 18cef1781..ae9a34533 100644 --- a/src/Util/Notations.v +++ b/src/Util/Notations.v @@ -89,6 +89,7 @@ Reserved Notation "A <-- X ; B" (at level 70, X at next level, right associativi 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 ;; B" (at level 70, right associativity, format "'[v' A ;; '/' 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