aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2018-05-31 14:05:03 -0400
committerGravatar Jason Gross <jagro@google.com>2018-05-31 14:05:25 -0400
commit7fdc9bb220448f050cabd90133bedcd8ce0dd4b0 (patch)
tree763aeb5248695a45178ee083685b766e05b83445
parente469076c37fc8b1b6d66eb700e379b9b2a093cb7 (diff)
Add more bind reserved notations
-rw-r--r--src/Util/Notations.v2
1 files changed, 2 insertions, 0 deletions
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).