[Haskell-cafe] [Byte8] <-> ByteString
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Tue Dec 23 09:16:37 EST 2008
On Tue, 2008-12-23 at 00:34 -0600, Galchin, Vasili wrote:
> Hello,
>
> I have been reading through Data->ByteString. What is the is
> most elegant and efficient way to map/unmap [Byte8] <-> ByteString?
Hoogle is your friend!
http://haskell.org/hoogle/
[Word8] -> ByteString
http://haskell.org/hoogle/?hoogle=%5BWord8%5D+-%3E+ByteString
ByteString -> [Word8]
http://haskell.org/hoogle/?hoogle=ByteString+-%3E+%5BWord8%5D
Duncan
More information about the Haskell-Cafe
mailing list