tweak
authorjim <jim@web>
Sat, 14 Feb 2015 12:58:13 +0000 (07:58 -0500)
committerLinux User <ikiwiki@localhost.members.linode.com>
Sat, 14 Feb 2015 12:58:13 +0000 (07:58 -0500)
exercises/assignment3_hint1.mdwn

index c222c09..5a3cd7c 100644 (file)
@@ -1,4 +1,4 @@
-## Comprehensions
+## Lists and List Comprehensions
 
 3. Using either Kapulet's or Haskell's list comprehension syntax, write an expression that transforms `[3, 1, 0, 2]` into `[3, 3, 3, 1, 2, 2]`.