]> git.rkrishnan.org Git - sicp.git/blob - src/sicp/ex4_10.rkt
solutions to 4.35, 4.36 and 4.37
[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 |#