aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2016-09-02 17:53:24 -0700
committerGravatar Jason Gross <jagro@google.com>2016-09-02 17:53:24 -0700
commitf62455ce15ef5e42f18a19ed7f7a4d8104ee702c (patch)
tree9a1b273ccf537060d4f440c7a9401ea8fc4bae44 /src/Util/Notations.v
parent4faab27bfc878e0ebf4a4a0db661a3a592b978ee (diff)
Add reserved syntax-let notation
Diffstat (limited to 'src/Util/Notations.v')
-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 f054c42f3..1209e99a5 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -58,3 +58,5 @@ Reserved Notation "'plet' x := y 'in' z" (at level 60).
Reserved Notation "u [ i ]" (at level 30).
Reserved Notation "v [[ i ]]" (at level 30).
Reserved Notation "u {{ i }}" (at level 30).
+Reserved Notation "'slet' x := A 'in' b"
+ (at level 200, b at level 200, format "'slet' x := A 'in' '//' b").