Dear Haskell Devs ^_^,

1) what is the most performant lookup table/hashtable/dictionary solution for Haskell?
1.1) should I use size-balanced binary trees for that or is there a more common way?

2) are there any established style guidelines for haskell code?

Best Regards,
Cetin Sert