posted stubs
authorjim <jim@web>
Sun, 1 Mar 2015 21:59:12 +0000 (16:59 -0500)
committerLinux User <ikiwiki@localhost.members.linode.com>
Sun, 1 Mar 2015 21:59:12 +0000 (16:59 -0500)
index.mdwn

index b352d58..361a0b3 100644 (file)
@@ -132,6 +132,19 @@ Towards types (in progress);
 
 > We posted [[answers to Week 3's homework|exercises/assignment3_answers]].
 
+(**Week 5**) Thursday 26 February 2015
+
+> Topics:
+Simply-typed lambda calculus;
+System F;
+Types in OCaml and Haskell;
+Practical advice for working with OCaml and/or Haskell;
+Homework (all will be posted soon)
+
+> If you're reading along in Hankin, you can look at Chapter 7.
+
+> If you're reading along in the Pierce book, the chapters most relevant to this week's discussion are 22 and 23; though for context we also recommend at least Chapters 8, 9, 11, 20, and 29. We don't expect most of you to follow these recommendations now, or even to be comfortable enough yet with the material to be able to. We're providing the pointers as references that some might conceivably pursue now, and others later.
+
 
 <!--
 We've added a [[Monad Library]] for OCaml.