From a4565d0c0c506a56a0db0ca09e9ac7af8b8eaee2 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 22 Sep 2016 00:05:20 -0400 Subject: Add a locked version of [let] with fewer reductions --- src/Util/Notations.v | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Util/Notations.v') 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"). -- cgit v1.2.3