From 3205a18ed40fe38fc8874a17afc65f06e58a2f4b Mon Sep 17 00:00:00 2001 From: Tony Morris Date: Tue, 19 May 2015 09:28:42 +1000 Subject: [PATCH] Clarify exercises in README --- README.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 8d68dda..3fac64b 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,6 @@ ![NICTA](http://i.imgur.com/sMXB9XB.jpg) - ### Abstract Let's Lens presents a series of exercises, in a similar format to @@ -21,6 +20,9 @@ best to start at the `Lets.GetSetLens` module. If you wish to derive the structure of lenses from first principles, then derive the more modern theories, start at the `Lets.Lens.Lens` module. +Exercises can be recognised by filling in a function body that has a placeholder +of `error "todo: "`. + ---- ### Exercise modules