aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-11-26 09:54:26 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-11-26 09:54:26 -0500
commit43d6b87a35f75f1684ce5d605296203009cf299a (patch)
treefcd8ba92639d25f0235579f02977658e3768e125 /src/Util/Notations.v
parent76582484c3a9c822619f9f52fdc8d5677958ef90 (diff)
Add reserved expr_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 206b25d9c..febf3818d 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -94,6 +94,8 @@ Reserved Notation "'slet' x .. y := A 'in' b"
(at level 200, x binder, y binder, b at level 200, format "'slet' x .. y := A 'in' '//' b").
Reserved Notation "'llet' x := A 'in' b"
(at level 200, b at level 200, format "'llet' x := A 'in' '//' b").
+Reserved Notation "'expr_let' x := A 'in' b"
+ (at level 200, b at level 200, format "'expr_let' x := A 'in' '//' b").
Reserved Notation "'mlet' x := A 'in' b"
(at level 200, b at level 200, format "'mlet' x := A 'in' '//' b").
(* Note that making [Let] a keyword breaks the vernacular [Let] in Coq 8.4 *)