From ce52efb544820b5ce88091cc68c94a3128c7bdd7 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 22 Sep 2016 14:58:37 -0400 Subject: Revert "Add a locked version of [let] with fewer reductions" This reverts commit a4565d0c0c506a56a0db0ca09e9ac7af8b8eaee2. It's not needed. --- src/Util/Notations.v | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Util/Notations.v') diff --git a/src/Util/Notations.v b/src/Util/Notations.v index 3b710975d..a557c4251 100644 --- a/src/Util/Notations.v +++ b/src/Util/Notations.v @@ -63,8 +63,6 @@ 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