Project

General

Profile

Guidelines » History » Version 3

Greg Burri, 12/12/2008 01:02 PM

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 3 Greg Burri
Useful GHC options :
12
* -fwarn-incomplete-patterns to test if our patterns are all complete.
13
* -fwarn-name-shadowing to warn if a variable is shadowed
14 2 Greg Burri
15
16
h2. Coding
17
18
19
20 1 Greg Burri
h3. Comment