开发者

Could Someone point me to a good summary of haskell code conventions

开发者 https://www.devze.com 2022-12-31 10:15 出处:网络
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 a

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消