Project

General

Profile

Guidelines » History » Version 2

Greg Burri, 12/12/2008 11:06 AM

1 1 Greg Burri
h1. Guidelines
2
3
h2. Documentation
4
5
* Use of ' when referencing a name like 'myVar'
6
* Use of " when referencing a value like "my string"
7
8 2 Greg Burri
9
h2. Building
10
11
* Use of GHC option -fwarn-incomplete-patterns to test if our patterns are all complete.
12
13
14
h2. Coding
15
16
17
18 1 Greg Burri
h3. Comment