20 Jul
2012
20 Jul
'12
7:54 p.m.
You may want to try out (and complain afterwards) scan -i <file.hs> http://hackage.haskell.org/package/scan scan does not break your lines that are longer than 80 chars, though, but it reports those. C. Am 20.07.2012 04:19, schrieb Christopher Howard:
Is there a program that can automatically clean up your Haskell code? That is, shrink to 80 columns, make tidy indentation, remove unnecessary whitespace, and all that sort of stuff...?