[Haskell-beginners] automatically clean up Haskell code?

Brent Yorgey byorgey at seas.upenn.edu
Fri Jul 20 13:09:12 CEST 2012


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



More information about the Beginners mailing list