From 361a3a4b2d7b171fb0cd510beeb8e039088c2517 Mon Sep 17 00:00:00 2001 From: Andres Erbsen Date: Sun, 18 Sep 2016 10:30:24 -0400 Subject: Util.Notations: change Let to match slet\ --- src/Util/Notations.v | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Util/Notations.v') diff --git a/src/Util/Notations.v b/src/Util/Notations.v index e0215061f..1c21a6cf8 100644 --- a/src/Util/Notations.v +++ b/src/Util/Notations.v @@ -63,9 +63,7 @@ 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"). -(* TODO(@andres-erbsen): Add a comment about why the syntax below is - different from [slet] and [plet], or make it match. *) Reserved Notation "'Let' x := y 'in' f" - (at level 200, f at level 200, format "'[' 'Let' x := y 'in' ']' '/' '[' f ']'"). + (at level 200, f at level 200, format "'Let' x := y 'in' '//' f"). Reserved Notation "'λ' x .. y , t" (at level 200, x binder, y binder, right associativity). Reserved Notation "'λn' x .. y , t" (at level 200, right associativity). -- cgit v1.2.3