
29 Sep
2009
29 Sep
'09
7:54 a.m.
number = do { num <- natural ; return $ num } main = do txt <- hGetContents stdin print $ parse number "stdin" txt why doesn't that work?