tweak
[lambda.git] / exercises / assignment3_hint2.mdwn
index 2efd11d..ca0bc51 100644 (file)
@@ -1,4 +1,4 @@
-## Lists
+## Lists and List Comprehensions
 
 7. Continuing to encode lists in terms of their left-folds, how should we write `head`? This is challenging.