]> git.rkrishnan.org Git - sicp.git/blobdiff - src/sicp/ex4_32.rkt
solutions to 4.32 and 4.34
[sicp.git] / src / sicp / ex4_32.rkt
diff --git a/src/sicp/ex4_32.rkt b/src/sicp/ex4_32.rkt
new file mode 100644 (file)
index 0000000..f1c6457
--- /dev/null
@@ -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