From Christian.Maeder at dfki.de Fri Aug 1 14:40:24 2008 From: Christian.Maeder at dfki.de (Christian Maeder) Date: Fri, 01 Aug 2008 14:40:24 +0200 Subject: [Hets-devel] code format Message-ID: <48930438.9000702@dfki.de> Hi Developers, having cleaned up our code wrt white spaces (with scripts) I'ld like to point out that you are supposed to stick to http://haskell.org/haskellwiki/Programming_guidelines In particular, warnings should be removed and lines should not be longer than 80 characters. For example: grep -l '.\{81\}' */*.hs lists the files with too long lines. If you feel responsible for one of these files, please change it accordingly. Thanks Christian