Outlaw tabs

Twan van Laarhoven twanvl at gmail.com
Sun Jan 25 21:22:58 EST 2009


Jon Fairbairn wrote:
> Warnings are the wrong answer to this problem.  In fact,
> they're rarely the right answer to any problem. Tabs in
> sourcecode can have bad effects, and Haskell is a language
> that attempts to reject bad effects as far as possible. Nor
> can I see any argument in favour of allowing tabs (if HT is
> allowed, why not VT?).

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.

There are other things that are currently warnings that come up much more often 
and usually have much more severe consequences, such as name shadowing.

Twan


More information about the Haskell-prime mailing list