summaryrefslogtreecommitdiff
path: root/compiler/parser/Lexer.x
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-05-20 22:44:27 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-05-20 22:44:27 +0000
commit05c09e4312062aa66d64183a55f8ae5c34b58620 (patch)
tree62a53cfa8e5f394326e04995663334fa82c26b2f /compiler/parser/Lexer.x
parent483cdff0899f01688eff0163c5f297f5bc52e00c (diff)
downloadhaskell-05c09e4312062aa66d64183a55f8ae5c34b58620.tar.gz
remove old todo comment
Diffstat (limited to 'compiler/parser/Lexer.x')
-rw-r--r--compiler/parser/Lexer.x1
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
--