[Haskell-cafe] Int and ByteStrings

wren ng thornton wren at freegeek.org
Tue Jul 27 14:04:27 EDT 2010


Hey all,

Is there a library function (f :: [Int] -> ByteString) such that it's 
prefix-preserving, and platform independent? GHC-only is fine for now. 
There are a bunch of functions of that type, but I need those guarantees 
and I'm hoping someone else has already done it.

If there isn't one for Int, has someone already made a package that 
offers IntMap on Word32, Word64, etc?

-- 
Live well,
~wren


More information about the Haskell-Cafe mailing list