aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-06-16 00:39:49 -0400
committerGravatar Jason Gross <jgross@mit.edu>2018-06-16 00:39:49 -0400
commit67f49aed5ed1c47f5523c2849c9b9a7bdc1e0f9a (patch)
tree2a83f910137b13dd47012f85467427c51c1c4fa6
parentad263804d15f22001056a57350d68e4df579a54b (diff)
Reserve a notatoin for ;;
-rw-r--r--src/Util/Notations.v1
1 files changed, 1 insertions, 0 deletions
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).