Re: Undefined variable bug

Tom Purnell <[email protected]> Tue, 27 Feb 2007 17:17:40 +0000 (UTC)
Newsgroups gmane.comp.lang.haskell.hugs.bugs
Message-ID <[email protected]>
John Tromp <John.Tromp <at> cwi.nl> writes:

> 
> I just found out that I can circumvent the problem by
> adding a line
> 
>   import Char
> 
> to my loaded file.
> 
> regards,
> -john
> 

Just wanted to say thank-you for saving me a lot of googling and trying to work
out what stupid mistake I was making in my first foray into the world of Haskell
/ Hugs

Tom