[Haskell-cafe] Re: ByteString search code available
in easy-to-digest form
Don Stewart
dons at galois.com
Fri Nov 9 13:26:04 EST 2007
bos:
> ChrisK wrote:
> >Yeah, my code wants to open up the internals of Lazy bytestrings. Until
> >recently this was possible toChunks, but it would be best to rewrite it
> >for the
> >newest Lazy representation (which comes with new shiny ghc 6.8.1).
>
> I've updated the stringsearch package on hackage so that it ought to
> compile against both 6.6.1 and 6.8.1. The toChunks function hasn't
> changed in any way.
And is the representation-indepedent api anyway, so should be preferred.
More information about the Haskell-Cafe
mailing list