
BTW, is there some indent tool for Haskell. Something like "indent" command line tool for c? -- Regards, Gabi http://bugspy.net

On Mon, Feb 15, 2010 at 11:33, Gabi
BTW, is there some indent tool for Haskell. Something like "indent" command line tool for c?
Since indentation is significant (in most source files) I suspect it would be difficult to create an "indent"-like tool for Haskell. If you want modify indentation, e.g. switch from tabs to spaces, or change from 4 to 2 spaces then you can use any tool that lets you do a search and replace. /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe

On MacOS X I use Emacs (Aqua). This version of emacs supports the indentation utilities for Haskell. Anyway you can downloads this tool for any GNU emacs here: http://projects.haskell.org/haskellmode-emacs/ Bye. Luca.
Date: Mon, 15 Feb 2010 13:33:35 +0200 From: bugspynet@gmail.com To: beginners@haskell.org Subject: [Haskell-beginners] indentation
BTW, is there some indent tool for Haskell. Something like "indent" command line tool for c?
-- Regards, Gabi
http://bugspy.net _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_________________________________________________________________ Tell us your greatest, weirdest and funniest Hotmail stories http://clk.atdmt.com/UKM/go/195013117/direct/01/
participants (3)
-
Gabi
-
Luca Ciciriello
-
Magnus Therning