aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-05-06 00:58:37 -0400
committerGravatar Jason Gross <jgross@mit.edu>2018-05-06 00:58:37 -0400
commit3f43eebb314844c0ca8d19d3764807687dba456e (patch)
tree039b647bb7d83e33b3aa94847fb0455055317c99 /src/Util/Notations.v
parent32ea0e085af9a667caedb0a178503d4072425dfb (diff)
Add another notation
Diffstat (limited to 'src/Util/Notations.v')
-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 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).