add #sections anchor
[lambda.git] / topics / week1_advanced_notes.mdwn
index 8b6289a..51da501 100644 (file)
@@ -1,5 +1,6 @@
 These are some advanced notes extending the material presented this week. Don't worry about mastering this stuff now if you're already feeling saturated. But you will need to learn these things in the near future, so tackle them as soon as you're ready.
 
 These are some advanced notes extending the material presented this week. Don't worry about mastering this stuff now if you're already feeling saturated. But you will need to learn these things in the near future, so tackle them as soon as you're ready.
 
+[[!toc]]
 
 ### More on multivalues ###
 
 
 ### More on multivalues ###
 
@@ -176,6 +177,7 @@ These functions can be defined like this:
     in (fst, snd, swap, dup)
 
 
     in (fst, snd, swap, dup)
 
 
+<a id=sections></a>
 ### Sections ###
 
 OCaml and Haskell have a convenient bit of syntax for the common case where you want a function like this:
 ### Sections ###
 
 OCaml and Haskell have a convenient bit of syntax for the common case where you want a function like this: