[Haskell-cafe] Doubting Haskell
Don Stewart
dons at galois.com
Tue Mar 4 17:35:05 EST 2008
chaddai.fouche:
> 2008/3/4, Alan Carter <alangcarter at gmail.com>:
> > 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
More information about the Haskell-Cafe
mailing list