[Haskell-beginners] Re: Data.Tree computation
Stephen Tetley
stephen.tetley at gmail.com
Fri Feb 12 10:24:53 EST 2010
Hello Gabi
The docs for Data.Binary use a binary tree as an example - see about
half way down the page...
http://hackage.haskell.org/packages/archive/binary/0.5.0.2/doc/html/Data-Binary.html
On 12 February 2010 14:30, Gabi <bugspynet at gmail.com> wrote:
> The reason I wanted to use Data.Tree instead of my own is that I hoped
> to serliaze it using Data.Binary (which supposed to support Data.Tree)
> Alas, It doesn't work. Need to figure it out yet..
>
More information about the Beginners
mailing list