Talk:Guess a random number

From HaskellWiki
Revision as of 18:52, 7 October 2006 by BrettGiles (talk | contribs) (Talk:GuessRandom moved to Talk:Guess a random number)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

I think there should be a "maxNum :: Int" to avoid maxNum being Integer, which causes type conflicts (I could not make the original version of GuessRandom run in WinHugs). Please correct me if I am wrong, I am new to Haskell. Thanks! -- cz