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.