[Haskell-cafe] Prelude> read "1234" :: String -> "*** Exception: Prelude.read: no parse

michael rice nowgate at yahoo.com
Sun Aug 7 01:57:59 CEST 2011


Prelude> read "1234" :: Int1234Prelude> read "1234" :: String"*** Exception: Prelude.read: no parse
Why?
Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110806/48a17b90/attachment.htm>


More information about the Haskell-Cafe mailing list