From 19f052723f2ad9b3e656ff020de66d9f55a2707a Mon Sep 17 00:00:00 2001 From: bringert Date: Mon, 28 Nov 2005 23:03:22 +0000 Subject: [PATCH] Added TODO about layout bug. --- transfer/TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/transfer/TODO b/transfer/TODO index 40a3ec53f..510904993 100644 --- a/transfer/TODO +++ b/transfer/TODO @@ -1,5 +1,9 @@ * Improve front-end language +- Layout syntax, this program is not handled correctly: + f = \x -> case x of + { r = _ } -> 0 + - Tuple syntax in expressions, types and patterns. Implemented with records. - List syntax in expressions, types and patterns. Implemented with List.