diff options
| author | bringert <bringert@cs.chalmers.se> | 2005-11-28 23:03:22 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2005-11-28 23:03:22 +0000 |
| commit | 19f052723f2ad9b3e656ff020de66d9f55a2707a (patch) | |
| tree | 676f6e0a8a910e04690c189ed27fc91b3a0e6fab | |
| parent | 967891cfd7eec5e90185b1b8b5c5819885a032ea (diff) | |
Added TODO about layout bug.
| -rw-r--r-- | transfer/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
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. |
