[Haskell-beginners] automatically clean up Haskell code?

Christian Maeder Christian.Maeder at dfki.de
Fri Jul 20 13:54:36 CEST 2012


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...?
>
>
>




More information about the Beginners mailing list