cps_hints to mdwn
[lambda.git] / cps_and_continuation_operators.mdwn
index 0b0f25d..2063ef0 100644 (file)
@@ -276,11 +276,14 @@ The third example is more difficult to make work with the monadic library, becau
 
 <!-- FIXME -->
 
+Some callcc/letcc exercises
+---------------------------
+
 Here are a series of examples from *The Seasoned Schemer*, which we recommended at the start of term. It's not necessary to have the book to follow the exercises, though if you do have it, its walkthroughs will give you useful assistance.
 
 For reminders about Scheme syntax, see [here](/assignment8/) and [here](/week1/) and [here](/translating_between_ocaml_scheme_and_haskell). Other resources are on our [[Learning Scheme]] page.
 
-All of the examples assume the following preface:
+Most of the examples assume the following preface:
 
        #lang racket