Improve Read Integer
Currently, according to H98, H2010, GHC and hugs,
reads "1.2" :: [(Integer, String)]
is
[]
whereas I would expect it to be
[(1,".2")]
The attached patch fixes it.
Suggested deadline: 1 Dec 2010.
Trac metadata
| Trac field | Value |
|---|---|
| Version | 7.0.1 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | libraries/base |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |