Project

General

Profile

Guidelines » History » Revision 4

Revision 3 (Greg Burri, 12/12/2008 01:02 PM) → Revision 4/24 (Greg Burri, 06/23/2009 10:22 AM)

h1. Guidelines 

 h2. Documentation 

 * Use of ' when referencing a name like 'myVar' 
 * Use of " when referencing a value like "my string" 


 h2. Building 

 Useful GHC options : 
 * -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