Good Haskell coding standards

Posted by Alexey Romanov on Stack Overflow See other posts from Stack Overflow or by Alexey Romanov
Published on 2009-12-30T23:23:16Z Indexed on 2010/05/16 2:30 UTC
Read the original article Hit count: 229

Could someone provide a link to a good coding standard for Haskell? I've found this and this, but they are far from comprehensive. Not to mention that the HaskellWiki one includes such "gems" as "use classes with care" and "defining symbolic infix identifiers should be left to library writers only."

© Stack Overflow or respective owner

Related posts about haskell

Related posts about coding-style