Project

General

Profile

Guidelines » History » Revision 2

Revision 1 (Greg Burri, 11/30/2008 12:25 PM) → Revision 2/24 (Greg Burri, 12/12/2008 11:06 AM)

h1. Guidelines 

 h2. Documentation 

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


 h2. Building 

 * Use of GHC option -fwarn-incomplete-patterns to test if our patterns are all complete. 


 h2. Coding 



 h3. Comment