Source Files for Elements of Functional Programming
Updates (for the SML '97 standard) of source files from the book
Elements of Functional Programming
are provided here.
- Prelude.sml.
- Charpics.sml.
Uses Prelude. Includes some comments on use at the end of the file.
- charpicexamples.sml (Uses Charpics).
- bintree.sml (Uses Charpics to display
binary trees and uses Graphpics).
- Fastlife.sml (Self contained Fast
implementation of abstype generation for Game of Life).
- Life.sml (Older self contained
implementation of abstype generation for Game of Life as in the book).
Please read the comments at the top of each file for changes.