Achim Schneider <bars...@web.de> writes:

> Twan van Laarhoven <twa...@gmail.com>
> 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                                 jon.fairba...@cl.cam.ac.uk


_______________________________________________
Haskell-prime mailing list
Haskell-prime@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-prime

Reply via email to