From fa0db09b0d91a76eec2f77bbb50815516feaf864 Mon Sep 17 00:00:00 2001 From: Andres Erbsen Date: Sat, 17 Sep 2016 11:45:17 -0400 Subject: deduplicate Let_In into src/Util/LetIn.v --- src/Util/Notations.v | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Util/Notations.v') diff --git a/src/Util/Notations.v b/src/Util/Notations.v index 0b248cd6e..166130824 100644 --- a/src/Util/Notations.v +++ b/src/Util/Notations.v @@ -63,3 +63,4 @@ Reserved Notation "'slet' x := A 'in' b" (at level 200, b at level 200, format "'slet' x := A 'in' '//' b"). 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). +(* FIXME: breaks Reflection.Syntax: Reserved Notation "'Let' x := y 'in' f" (at level 200, f at level 200). *) \ No newline at end of file -- cgit v1.2.3