Could Someone point me to a good summary of haskell code conventions
Particularly about indentation and under_score/camelCase开发者_JAVA技巧/longalllowercasewords.
Good Haskell Style, by Dr. Ian Lynagh of Well-Typed.
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.
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.
精彩评论