Difference between revisions of "Introduction to Haskell IO"

From HaskellWiki
Jump to navigation Jump to search
(No difference)

Revision as of 18:27, 16 December 2006

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