diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-05-20 22:44:27 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-05-20 22:44:27 +0000 |
commit | 05c09e4312062aa66d64183a55f8ae5c34b58620 (patch) | |
tree | 62a53cfa8e5f394326e04995663334fa82c26b2f /compiler/parser/Lexer.x | |
parent | 483cdff0899f01688eff0163c5f297f5bc52e00c (diff) | |
download | haskell-05c09e4312062aa66d64183a55f8ae5c34b58620.tar.gz |
remove old todo comment
Diffstat (limited to 'compiler/parser/Lexer.x')
-rw-r--r-- | compiler/parser/Lexer.x | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index f60b65299a..b4d40cea37 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -12,7 +12,6 @@ ----------------------------------------------------------------------------- -- ToDo / known bugs: --- - Unicode -- - parsing integers is a bit slow -- - readRational is a bit slow -- |