Hi Jared,

2008/6/21  <[EMAIL PROTECTED]>:
> 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
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to