[Haskell-cafe] ANNOUNCE: vector-bytestring-0.0.0.0
Stephen Tetley
stephen.tetley at gmail.com
Wed Oct 19 18:49:12 CEST 2011
On 19 October 2011 15:59, AM <agentm at themactionfaction.com> wrote:
> Note that other programming languages have had to solve this exact problem and they usually end up with multiple functions- one for debugging, one for serialization, one for displaying how the object was constructed.
>
As per Haskell with Show (representation) and Data.Binary
(serialization), of course.
More information about the Haskell-Cafe
mailing list