X-Git-Url: https://git.rkrishnan.org/?p=sicp.git;a=blobdiff_plain;f=src%2Fsicp%2Fex4_32.rkt;fp=src%2Fsicp%2Fex4_32.rkt;h=f1c6457f9b4d8dc5d1916550e5b70da0220c011a;hp=0000000000000000000000000000000000000000;hb=ef9bb63c4d3fa21f9964c3a5e612bfc519406744;hpb=8e18b28ac38e3b69b68a416545924d3de69ba512 diff --git a/src/sicp/ex4_32.rkt b/src/sicp/ex4_32.rkt new file mode 100644 index 0000000..f1c6457 --- /dev/null +++ b/src/sicp/ex4_32.rkt @@ -0,0 +1,8 @@ +#lang racket + +#| + +Here not only the cdr but the car is also lazy. One can represent lazy trees with +such a cons cell. + +|# \ No newline at end of file