[Haskell-cafe] Defining Tree
Dan Weston
westondan at imageworks.com
Fri Oct 12 17:45:44 EDT 2007
There are many tree types. Take a look at:
http://www.haskell.org/ghc/docs/6.4.1/html/libraries/base/Data-Tree.html
PR Stanley wrote:
> Hi
> I'm reading the chapter on parsers in the Hutton book. The text refers
> to the data type tree which doesn't seem to be in prelude. So, I was
> wondering, what would be asuitable tree for a parser? A binary tree
> perhaps? Are there different types of tree for different parsers?
> Thanks,
> Paul
>
> _______________________________________________
> 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