tweaks, links
authorjim <jim@web>
Thu, 12 Feb 2015 18:09:51 +0000 (13:09 -0500)
committerLinux User <ikiwiki@localhost.members.linode.com>
Thu, 12 Feb 2015 18:09:51 +0000 (13:09 -0500)
content.mdwn

index 99686d4..d4b51d1 100644 (file)
@@ -13,7 +13,7 @@ week in which they were introduced.
     *   [[Week 1 Advanced notes|topics/week1 kapulet advanced]]
     *   [["Rosetta Stone" page #1 for Kaupulet, Scheme, OCaml, Haskell|rosetta1]]
     *   Offsite links for help on [[learning Scheme]], [[OCaml|learning OCaml]], and [[Haskell|learning Haskell]]
     *   [[Week 1 Advanced notes|topics/week1 kapulet advanced]]
     *   [["Rosetta Stone" page #1 for Kaupulet, Scheme, OCaml, Haskell|rosetta1]]
     *   Offsite links for help on [[learning Scheme]], [[OCaml|learning OCaml]], and [[Haskell|learning Haskell]]
-    *   List Comprehensions
+    *   [[List Comprehensions|topics/week3 lists#comprehensions]]
 
 *   Order, "static versus dynamic"
 
 
 *   Order, "static versus dynamic"
 
@@ -29,7 +29,7 @@ week in which they were introduced.
         *   [[Tuples|topics/week2 encodings#tuples]]
         *   [[Lists|topics/week2 encodings#lists]], v1 (as right-folds)
         *   [[Numbers|topics/week2 encodings#numbers]], v1 ("Church's encoding")
         *   [[Tuples|topics/week2 encodings#tuples]]
         *   [[Lists|topics/week2 encodings#lists]], v1 (as right-folds)
         *   [[Numbers|topics/week2 encodings#numbers]], v1 ("Church's encoding")
-        *   How to get the `tail` of v1 lists?
+        *   [[How to get the `tail` of v1 lists?|topics/week3 lists#tails]]
     *    Reduction Strategies and Normal Forms
 
 
     *    Reduction Strategies and Normal Forms
 
 
@@ -55,10 +55,10 @@ Week 2:
 *   [[Encoding Booleans, Tuples, Lists, and Numbers|topics/week2 encodings]]
 *   [[Homework for week 2|exercises/assignment2]]
 
 *   [[Encoding Booleans, Tuples, Lists, and Numbers|topics/week2 encodings]]
 *   [[Homework for week 2|exercises/assignment2]]
 
-Week 3:But even deci
+Week 3:
 
 *   [[What is computation?|topics/week3_what_is_computation]]
 
 *   [[What is computation?|topics/week3_what_is_computation]]
-*   More on Lists
+*   [[More on Lists|topics/week3 lists]]
 Introduces list comprehensions, discusses how to get the `tail` of lists in the Lambda Calculus
 *   [[Combinatory Logic|topics/week3 combinatory logic]]
 *   Reduction Strategies and Normal Forms
 Introduces list comprehensions, discusses how to get the `tail` of lists in the Lambda Calculus
 *   [[Combinatory Logic|topics/week3 combinatory logic]]
 *   Reduction Strategies and Normal Forms