aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@mit.edu>2016-09-18 10:30:24 -0400
committerGravatar Andres Erbsen <andreser@mit.edu>2016-09-18 10:31:17 -0400
commit361a3a4b2d7b171fb0cd510beeb8e039088c2517 (patch)
tree8affd85652445cefc87a032f9b8c999b4d172ac0 /src/Util/Notations.v
parent05f30d597443a6709d8df916e962f977a553c8ca (diff)
Util.Notations: change Let to match slet\
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v4
1 files changed, 1 insertions, 3 deletions
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).