number = do { num <- natural
; return $ num
}
main = do
txt <- hGetContents stdin
print $ parse number "stdin" txtwhy doesn't that work? _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
