[Haskell-cafe] ANNOUNCE: vector-bytestring-0.0.0.0

Vincent Hanquez tab at snarc.org
Tue Oct 18 08:33:03 CEST 2011


On 10/18/2011 01:30 AM, Conrad Parker wrote:
> And I often work with mixed text/binary data (eg. text annotations in
> video streams). I'd want the Show/Read instances to be in the form of
> a hexdump with char representation alongside (like xxd or od -xc
> output). It roundtrips well, so why not? :-)
(slightly out of topic ...)

I often do mixed text/binary too, and i now use the following package:
http://hackage.haskell.org/package/bytedump

The problem with a Show instance is that there's no way to configure some 
aspects of it :-)

-- 
Vincent



More information about the Haskell-Cafe mailing list