X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=content.mdwn;h=f829610aef44ad62ca0ad7c260ef1bb2cf4189bf;hp=1ec4a92b187de09b216e405f452996332c408d25;hb=e62e212f2cbd9d7a3468d5531a15fa1023ec14a6;hpb=a1dbf985aa7c8b9f402efe14724c01c2327ecf2d diff --git a/content.mdwn b/content.mdwn index 1ec4a92b..f829610a 100644 --- a/content.mdwn +++ b/content.mdwn @@ -22,13 +22,14 @@ week in which they were introduced. * Practical advice for working with OCaml and/or Haskell (will be posted soon) * [[Kaplan on Plexy|topics/week6_plexy]] and the Maybe type * Interpreter for Lambda terms - * Starting with Monads + * [[Introducing Monads|topics/week7_introducing_monads]] * Order, "static versus dynamic" * [[Order in programming languages and natural language|topics/week1 order]] * [[Reduction Strategies and Normal Forms in the Lambda Calculus|topics/week3_evaluation_order]] * [[Unit and its usefulness|topics/week3 unit]] + * [[Combinatory evaluator|topics/week7_combinatory_evaluator]] * The Untyped Lambda Calculus @@ -50,14 +51,14 @@ week in which they were introduced. * Combinatory logic * [[Introduction|topics/week3 combinatory logic]] - * Interpreter for Combinatory Logic terms + * [[Combinatory evaluator|topics/week7_combinatory_evaluator]] * Typed Lambda Calculi * [[Simply-typed lambda calculus|topics/week5 simply typed]] (will be updated) * [[System F|topics/week5 system F]] (will be updated) * Types in OCaml and Haskell (will be posted soon) - * Starting with Monads + * [[Introducing Monads|topics/week7_introducing_monads]] ## Topics by week ## @@ -118,8 +119,7 @@ Week 6: Week 7: -* Interpreter for Combinatory Logic terms +* [[Combinatory evaluator|topics/week7_combinatory_evaluator]] * Interpreter for Lambda terms -* Starting with Monads - - +* [[Introducing Monads|topics/week7_introducing_monads]] (updated Fri 20 Mar) +* [[Homework for week 7|exercises/assignment7]]