chaddai.fouche:
> 2008/3/4, Alan Carter <[EMAIL PROTECTED]>:
> >  I've written up some reflections on my newbie experience together with
> >  both versions, which might be helpful to people interested in
> >  popularizing Haskell, at:
> >
> >  http://the-programmers-stone.com/2008/03/04/a-first-haskell-experience/
> 
> 
> I also do concur that a flag or a warning to signal mixed tabulations
> and space would be a _very_ good idea !
> 

Such a flag already exists:

    -fwarn-tabs

As in:

    $ ghc -fwarn-tabs A.hs -no-recomp
    A.hs:3:0: Tab character

-- Don
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to