On 19 October 2011 15:59, AM <age...@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.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to