Source Files for Elements of Functional Programming
Haskell versions of source files from the book
Elements of Functional Programming
are provided here.
- Charpics.hs (Character pictures).
Includes some comments on use at the end of the file.
- CharpicExamples.hs (Imports Charpics).
- Chrisprelude.hs (A few tools - less
important now because of Haskell Prelude).
- Fastlife.hs (Self contained Fast
implementation of Game of Life).
- Life.hs (Older self contained
implementation of Game of Life as in the book).
- Bintree.hs (Uses Charpics to display
binary trees).
Please read the comments at the top of each file for changes.