update week1 notes
[lambda.git] / week1.mdwn
index fb6272e..f2d4aeb 100644 (file)
@@ -565,5 +565,8 @@ It may be helpful to contrast these recursive-style definitons to the way one wo
                                            `n := n + 1;`  
                                            `xs := tail xs`  
                                          `end`  
-                                       `in n`  
+                                      `in n`  
+`in length`
+
+Here ...