aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2016-09-22 00:05:20 -0400
committerGravatar Jason Gross <jgross@mit.edu>2016-09-22 00:05:20 -0400
commita4565d0c0c506a56a0db0ca09e9ac7af8b8eaee2 (patch)
treec9bb3abf5d78d2bb17347203cb07ccfcc5c28076 /src/Util/Notations.v
parent3f7e83a6fc128a65a3b878218600b91f0745a262 (diff)
Add a locked version of [let] with fewer reductions
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 22ddf854c..99761c63b 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -63,6 +63,8 @@ Reserved Notation "'plet' x := y 'in' z"
(at level 200, z at level 200, format "'plet' x := y 'in' '//' z").
Reserved Notation "'slet' x := A 'in' b"
(at level 200, b at level 200, format "'slet' x := A 'in' '//' b").
+Reserved Notation "'llet' x := A 'in' b"
+ (at level 200, b at level 200, format "'llet' x := A 'in' '//' b").
(* Note that making [Let] a keyword breaks the vernacular [Let] in Coq 8.4 *)
Reserved Notation "'dlet' x := y 'in' f"
(at level 200, f at level 200, format "'dlet' x := y 'in' '//' f").