Clean up source files:
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 11 Nov 2009 14:49:50 +0000 (15:49 +0100)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 11 Nov 2009 14:49:50 +0000 (15:49 +0100)
- Remove unused imports
- Remove unneeded '$'
- Remove unneeded 'do'
- Remove unneeded 'return'
- Replace 'concat $ map' by 'concatMap'
- Replace 'mapM' by 'mapM_' if return value is not stored
- Replace 'not $ x `elem` xs' by 'x `notElem` xs'


No differences found