Numeric read seems too strict

12 Sep
2016
12 Sep
'16
1:53 p.m.
I noticed the other day that readMaybe (fix ('a':)) :: Maybe Double is an infinite loop. The problem is that the lexer doesn't know that it's expected to lex a number. It just keeps scanning and scanning to get to the end of the endless token. Shall we fix this?
3172
Age (days ago)
3172
Last active (days ago)
0 comments
1 participants
participants (1)
-
David Feuer