
21 Jun
2008
21 Jun
'08
11:48 a.m.
Hi Jared,
2008/6/21
Guess.hs:19:12: parse error on input `doGuessing'
Failed, modules loaded: none. "
That says there's something wrong at line 19. In this case, 'doGuessing' is not properly aligned with 'putStrLn' of the previous line. The same happens at line 22. See if that helps and double-check the rules of indentation. : ) Paulo