[Haskell-cafe] zipper for rose trees? (Data.Tree)

Krasimir Angelov kr.angelov at gmail.com
Wed Apr 23 16:40:55 EDT 2008


Hi Graham,

There is one implementation here:

http://code.haskell.org/yi/Data/Tree/

I wrote it for Yi but it is quite general. It is a pity that we don't
have it in the standard libraries. It is not completely tested but it
seems to work for me.

Regards,
  Krasimir


2008/4/23 Graham Fawcett <graham.fawcett at gmail.com>:
> Hi folks,
>
> Is there a common zipper implementation for the "Tree a" datatype, defined
> in Data.Tree?  The wiki gives examples for binary trees and B-trees, but not
> for these.
>
> Thanks,
> Graham
>
>
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>


More information about the Haskell-Cafe mailing list