public
Description: A style guide for Haskell code.
Homepage:
Clone URL: git://github.com/tibbe/haskell-style-guide.git
name age message
file README Wed Feb 18 05:20:43 -0800 2009 Added a pointer to the style guide from the REA... [tibbe]
file haskell-style.el Wed Feb 18 04:06:29 -0800 2009 Added Emacs support for this style guide. [tibbe]
file haskell-style.md Wed Feb 18 02:31:41 -0800 2009 Fixed some typos. [tibbe]
README
Haskell Style Guide
===================

Every major open-source project has its own style guide: a set of
conventions (sometimes arbitrary) about how to write code for that
project.  It is much easier to understand a large codebase when all
the code in it is in a consistent style.

This project holds the style guidelines I use for my code.  If you are
modifying a project that was created by me, you may be pointed to this
style guide.

The style guide can be found in `haskell-style.md`.