Ben writes: > Hi, can someone tell me why Haskell strings are linked lists? I have > had some problems with Haskell strings: You may want to try Data.PackedString which comes with GHC (if you are using GHC that is). Cheers, Bernie.