X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=new_stuff.mdwn;h=ba7e51a12da8a625d31f4e0f6db9dba395ca08c9;hp=037e2c65eb35e83cd37d6615e7cfd2d27cf62052;hb=172783a2998a2d2d6a0e1cbda2e4f68710099fe3;hpb=12830f839dda3c46101812c38f5cb6d3926aa623 diff --git a/new_stuff.mdwn b/new_stuff.mdwn index 037e2c65..ba7e51a1 100644 --- a/new_stuff.mdwn +++ b/new_stuff.mdwn @@ -1,11 +1,30 @@ Page for Chris and Jim to see what each other is working on, but hasn't necessarily been posted to main wiki index yet. -[[From List Zippers to Continuations]] +Week11: -[[Manipulating Trees with Monads]] +* [[Tree and List Zippers]] +* [[Coroutines and Aborts]] +* [[From List Zippers to Continuations]] +* [[Assignment8]] -[[code/tree_monadize.ml]] +Week12: -[[Curry-Howard]] +* [[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]] -[[Translating between OCaml Scheme and Haskell]]