]> git.rkrishnan.org Git - sicp.git/blobdiff - src/sicp/ex4_2.rkt
solutions to 4.35, 4.36 and 4.37
[sicp.git] / src / sicp / ex4_2.rkt
index 91daa83974941cb0b802902cae42edd4b7355c38..e197d4bea168d328afecc6f54e68bcc91e464863 100644 (file)
@@ -3,7 +3,7 @@
 #|
 
 a. application? only checks whether the given expression is a pair. It assumes that the rest of
-   the built in language clauses are already handled. So this will upset all other classes like
+   the built in language clauses are already handled. So this will upset all other clauses like
    define, let where Louis's eval would think define is a procedure and would proceed to evaluate
    the operands, which is wrong.