Thanks Don...
You are amazing... o_O always so quick with replies...
I was using GraphViz to generate some directed graphs*, knowing what to use for a dict/map will help speed things up!
Cetin
* (for analytic tableaux in Okitsune+)
+ (need a better name, maybe I should ask Haskell-Cafe for one in the near future)
cetin.sert:
> Dear Haskell Devs ^_^,Data.IntMap is awfully good.
>
> 1) what is the most performant lookup table/hashtable/dictionary solution
> for Haskell?
I would. Data.Map/Data.IntMap
> 1.1) should I use size-balanced binary trees for that or is there a more
> common way?
http://haskell.org/haskellwiki/Category:Style
> 2) are there any established style guidelines for haskell code?
Or pick an author you like, and look at their code on
hackage.haskell.org
-- Don