]> git.rkrishnan.org Git - sicp.git/blob - src/sicp/ex4_32.rkt
solutions to 4.32 and 4.34
[sicp.git] / src / sicp / ex4_32.rkt
1 #lang racket
2
3 #|
4
5 Here not only the cdr but the car is also lazy. One can represent lazy trees with
6 such a cons cell.
7
8 |#