[Haskell-beginners] indentation
Tom Tobin
korpios at korpios.com
Sun Feb 14 15:04:36 EST 2010
On Sun, Feb 14, 2010 at 1:54 PM, John Moore <john.moore54 at gmail.com> wrote:
> Hi all,
> I must be doing something wrong with my tabs.
Indeed you are: you're using them. :-)
Searching for tab characters in your file reveals that it uses both
tab characters and spaces mixed throughout. You should convert your
file to use only spaces; this should resolve your indentation
problems.
More information about the Beginners
mailing list