Guidelines » History » Revision 3
Revision 2 (Greg Burri, 12/12/2008 11:06 AM) → Revision 3/24 (Greg Burri, 12/12/2008 01:02 PM)
h1. Guidelines h2. Documentation * Use of ' when referencing a name like 'myVar' * Use of " when referencing a value like "my string" h2. Building Useful * Use of GHC options : * option -fwarn-incomplete-patterns to test if our patterns are all complete. * -fwarn-name-shadowing to warn if a variable is shadowed h2. Coding h3. Comment