From f144bdc970e575829f066e004cb9c86f9fec1be8 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Wed, 1 Dec 2010 01:10:53 -0500 Subject: [PATCH] split week11/week12 Signed-off-by: Jim Pryor --- index.mdwn | 6 ++++-- week11.mdwn | 3 +-- week12.mdwn | 7 +++++++ 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 week12.mdwn diff --git a/index.mdwn b/index.mdwn index 9c4e1765..eef1b6a8 100644 --- a/index.mdwn +++ b/index.mdwn @@ -67,9 +67,11 @@ preloaded is available at [[assignment 3 evaluator]]. (30 Nov) Lecture notes for [[Week11]]; [[Assignment8]]. -> Topics: [[Tree and List Zippers]]; [[Coroutines and Aborts]]; [[From Lists to Continuations]]; [[List Monad as Continuation Monad]]; [[Manipulating Trees with Monads]]. +> Topics: [[Tree and List Zippers]]; [[Coroutines and Aborts]]; [[From Lists to Continuations]]. -(6 Dec) Lecture notes for Week12 +(6 Dec) Lecture notes for [[Week12]] + +> Topics: [[List Monad as Continuation Monad]]; [[Manipulating Trees with Monads]]; ... (13 Dec) Lecture notes for Week13 diff --git a/week11.mdwn b/week11.mdwn index 235c11b5..c7599684 100644 --- a/week11.mdwn +++ b/week11.mdwn @@ -7,7 +7,6 @@ The material here benefited from many discussions with Ken Shan. ##[[From Lists to Continuations]]## -##[[List Monad as Continuation Monad]]## +continue with [[Week12]]... -##[[Manipulating Trees with Monads]]## diff --git a/week12.mdwn b/week12.mdwn new file mode 100644 index 00000000..e59349b0 --- /dev/null +++ b/week12.mdwn @@ -0,0 +1,7 @@ +The material here benefited from many discussions with Ken Shan. + +##[[List Monad as Continuation Monad]]## + +##[[Manipulating Trees with Monads]]## + +more to come... -- 2.11.0