|
bug with splitPS in Data.PackedString: msg#00011lang.haskell.glasgow.bugs
there's a bug in Data.PackedString that doesn't exist in PackedString: Prelude> :m PackedString Prelude PackedString> splitPS ('\t') (packString "Foo\tBar") ["Foo","Bar"] Prelude PackedString> :m Data.PackedString Prelude Data.PackedString> splitPS ('\t') (packString "Foo\tBar") ["Foo"*** Exception: Ix{Int}.index: Index (7) out of range ((0,6)) -- Hal Daume III | hdaume@xxxxxxx "Arrest this man, he talks in maths." | www.isi.edu/~hdaume
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Network on Win98: failed - socket - no error ??, Simon Peyton-Jones |
|---|---|
| Next by Date: | getProtocolNumber garbage (was: Network on Win98: failed - socket - no error ??), Claus Reinke |
| Previous by Thread: | [ ghc-Bugs-699225 ] GHCi segfaults on expression evaluation, SourceForge.net |
| Next by Thread: | RE: bug with splitPS in Data.PackedString, Simon Marlow |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |