aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).