[Haskell-cafe] Sneaking haskell in the workplace -- cleaning csv files

Jim Burton jim at sdf-eu.org
Fri Jun 15 15:14:12 EDT 2007


Thomas Schilling wrote:
> 
> On 15 jun 2007, at 18.13, Jim Burton wrote:
> 
> 
>> import qualified Data.ByteString.Char8 as B
>>
> 
> Have you tried
> 
> import qualified Data.ByteString.Lazy.Char8 as B
> 
> ?
>

No -- I'll give it a try and compare them. Is laziness preferable here?

Thanks,

> 
> 
> 


More information about the Haskell-Cafe mailing list