aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@mit.edu>2016-09-17 11:45:17 -0400
committerGravatar Andres Erbsen <andreser@mit.edu>2016-09-17 11:45:17 -0400
commitfa0db09b0d91a76eec2f77bbb50815516feaf864 (patch)
treeb6614585475ce9855604f12e4f263b5c86771921 /src/Util/Notations.v
parentea4c038614a2eba5e637d1ccd3d087fafd79eb7b (diff)
deduplicate Let_In into src/Util/LetIn.v
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v1
1 files changed, 1 insertions, 0 deletions
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