Introduction to Haskell IO

From HaskellWiki
Revision as of 18:27, 16 December 2006 by Newsham (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a draft, a work in progress. Please see User:Newsham.


About This Document

XXX. The target audience is a beginning haskell programmer who has some haskell under his belt but is not yet comfortable with IO or monads. The goal is to get the reader proficient in writing useful code as quickly as possible. The pace will be slow and detailed to avoid confusing programmers who are unfamiliar with haskell, may not have a strong background in math or functional programming.


Sections

  1. IOIntro_Introduction
  2. IOIntro_Actions
  3. IOIntro_IO
  4. IOIntro_IO_Ms
  5. IOIntro_MoreIO