Ian Lynagh wrote: > > * Don't leave trailing white space in your code > * Don't use tabs > * Aim to keep lines under 80 characters > * Use the CamelCase variable naming convention > * Don't use explicit braces and semicolons May I add: * put a final newline in your file http://haskell.org/haskellwiki/Programming_guidelines#File_Format Cheers Christian