7 Aug
2011
7 Aug
'11
7:57 a.m.
Prelude> read "1234" :: Int1234Prelude> read "1234" :: String"*** Exception: Prelude.read: no parse Why? Michael