]> git.rkrishnan.org Git - sicp.git/blob - src/sicp/ex4_10.rkt
Solutions to 4.27, 4.28 and 4.29.
[sicp.git] / src / sicp / ex4_10.rkt
1 #lang racket
2
3 #|
4
5 The assignment for example can be changed from 'set!' to 'setq' for instance.
6 Only the leaf functions which checks for the type tag needs to be changed.
7
8 |#