X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=content.mdwn;h=ac681c84e976e23f08a0f42f4a6327bdc8cd1add;hb=3757717de1385091b860dced2975b953e95a968b;hp=1ec4a92b187de09b216e405f452996332c408d25;hpb=a1dbf985aa7c8b9f402efe14724c01c2327ecf2d;p=lambda.git diff --git a/content.mdwn b/content.mdwn index 1ec4a92b..ac681c84 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 ## @@ -107,7 +108,8 @@ Week 5: * [[System F|topics/week5 system F]] * Types in OCaml and Haskell (will be posted soon) * Practical advice for working with OCaml and/or Haskell (will be posted soon) -* [[Homework for weeks 5 and 6|exercises/assignment5]] +* [[Homework for weeks 5 and 6|exercises/assignment5]] ([[Answers|exercises/assignment5_answers]]) + Week 6: @@ -118,8 +120,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]]