X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=new_stuff.mdwn;h=2cad56956139f8ba0911460c7e62f6f18f795ed9;hp=fd0b7bfc4e022433f8bd8d0cb301c3120ad70c0f;hb=434fc9bef584f51ac5338a39dc4ff5da44b5b435;hpb=66841f3cedac4593021466150a845b5371b99fbf diff --git a/new_stuff.mdwn b/new_stuff.mdwn index fd0b7bfc..2cad5695 100644 --- a/new_stuff.mdwn +++ b/new_stuff.mdwn @@ -1,7 +1,66 @@ Page for Chris and Jim to see what each other is working on, but hasn't necessarily been posted to main wiki index yet. -[[Week10]] +Week11: -[[Zipper]] +* [[Tree and List Zippers]] +* [[Coroutines and Aborts]] +* [[From List Zippers to Continuations]] +* [[Assignment8]] +Week12: +* [[List Monad as Continuation Monad]] +* [[Manipulating Trees with Monads]] (still in progress) +* [[code/tree_monadize.ml]] +* [[Assignment9]] + +New stuff, fairly stable: + +* [Commentary](/hints/assignment_6_commentary) on some common issues in the solutions to [[Assignment6]]. +* [[Translating between OCaml Scheme and Haskell]] +* [[Monad Library]], code is at [[code/monads.ml]] +* [[State Monad Tutorial]] + +In progress: + +* [[Curry-Howard]] +* [[Monad Transformers]] +* [[Assignment10]] +* [[CPS and Continuation Operators]] + +