automatically clean up Haskell code?

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...? -- frigidcode.com indicium.us

On Thu, Jul 19, 2012 at 06:19:36PM -0800, Christopher Howard wrote:
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...?
Try http://hackage.haskell.org/package/stylish%2Dhaskell . -Brent

You may want to try out (and complain afterwards)
scan -i
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...?
participants (4)
-
Brent Yorgey
-
Christian Maeder
-
Christopher Howard
-
Karol Samborski