Slide 56
Slide 56 text
IO in Haskell
More and more features have been integrated into IO, for
instance:
classic file and terminal IO: putStr, hPutStr
references: newIORef, readIORef, writeIORef
access to the system: getArgs, getClockTime
exceptions: throwIO, try, catch
concurrency: forkIO