[Haskell-cafe] Coding Standards (Coding Conventions)

Donald Bruce Stewart dons at cse.unsw.edu.au
Mon May 28 07:11:59 EDT 2007


pvolgger:
> I wonder if there are any Coding Standards or Coding Conventions for 
> Haskell. Does anybody know something about it?

We've collected some style guides on the wiki. You could also look at
projects whose code you think is in good style.

    http://haskell.org/haskellwiki/Category:Style

GHC has a style guide. Our small little window manager, xmonad, also has
a pretty strict style guide.

-- Don


More information about the Haskell-Cafe mailing list