From: jim Date: Mon, 23 Feb 2015 14:20:31 +0000 (-0500) Subject: not WIP X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=commitdiff_plain;h=5cc0ea861ecc247a93e9632c46cd28553e1a0893;p=lambda.git not WIP --- diff --git a/exercises/assignment3.mdwn b/exercises/assignment3.mdwn index 590bae75..5bee7a43 100644 --- a/exercises/assignment3.mdwn +++ b/exercises/assignment3.mdwn @@ -1,5 +1,3 @@ -** *Work In Progress* ** - ## Lists and List Comprehensions 1. In Kapulet, what does `[ [x, 2*x] | x from [1, 2, 3] ]` evaluate to?