views:

152

answers:

3

particularly indentation and under_score/camelCase/longalllowercasewords.

+9  A: 

Good Haskell Style, by Dr. Ian Lynagh of Well-Typed.

Don Stewart
+2  A: 

Ian's document is good but a bit thin. I've already answered a very similar question but I added something about the case of words.

Norman Ramsey
See also the style section of haskell.org: http://haskell.org/haskellwiki/Category:Style
Don Stewart
A: 

There's also http://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md, which comes with an accompanying haskell-style.el file for use with haskell-mode in Emacs.

sudish