Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tibbe/haskell-style-guide

A style guide for Haskell code.
https://github.com/tibbe/haskell-style-guide

Last synced: about 1 month ago
JSON representation

A style guide for Haskell code.

Awesome Lists containing this project

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`.