Achim Schneider <[email protected]> writes: > Twan van Laarhoven <[email protected]> > wrote: >> Tabs can be convenient for quick scripts and things like that, where >> you wouldn't use -Wall. And while I keep hearing about the problems >> with tabs, I have never encountered any with Haskell code. >>
> If you want a key to quickly indent your code, use that funky key with > those two arrows, but don't let it produce a tab character while you're > editing text. Preferably, let it analyse the syntax of the previous line > and automagically Indent By The Right Amount. Exactly. There's no reason that convenience of input should be part of the language syntax. It's a job for another component. -- Jón Fairbairn [email protected] _______________________________________________ Haskell-prime mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-prime
