diff --git a/README b/README index e69de29..8158eec 100644 --- a/README +++ b/README @@ -0,0 +1,12 @@ +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 originated was created by me, you may be +pointed to this page to see the style guides that apply to that +project.