Actions
Guidelines » History » Revision 3
« Previous |
Revision 3/24
(diff)
| Next »
Greg Burri, 12/12/2008 01:02 PM
Guidelines¶
Documentation¶
- Use of ' when referencing a name like 'myVar'
- Use of " when referencing a value like "my string"
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
Coding¶
Comment¶
Updated by Greg Burri almost 16 years ago · 3 revisions