Andrew Coppin writes:
 > > Data.Graph -- graph type
 > >   
 > 
 > What would you use that for? (And what does it do?)

It's for graphs, in the graph-theory [1] sense. The referenced page gives a list
of example problems in the area, most of which are very practical.

[1]: http://en.wikipedia.org/wiki/Graph_theory

 > > Data.Tree -- rose tree type
 > >   
 > 
 > What's a rose tree? (I only know about binary trees. Well, and N-ary 
 > trees... but nobody uses those.)

Well, it is said that a rose tree by any other name would be just as N-ary. (I
think they're the same concept :)).

-- 
-David House, [EMAIL PROTECTED]
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to