X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=topics%2Fweek1_advanced_notes.mdwn;h=51da50147246f2fe36beaf5b812e0ae792cf681d;hp=8b6289a690abb48e7b2b4f7d8795889f3aba7924;hb=a2e4fe8d3a80dbf19bbd9e347620b09229d895de;hpb=8d0fcac289637208d8f22cbfba091e47ecb1a39f diff --git a/topics/week1_advanced_notes.mdwn b/topics/week1_advanced_notes.mdwn index 8b6289a6..51da5014 100644 --- a/topics/week1_advanced_notes.mdwn +++ b/topics/week1_advanced_notes.mdwn @@ -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. +[[!toc]] ### More on multivalues ### @@ -176,6 +177,7 @@ These functions can be defined like this: in (fst, snd, swap, dup) + ### Sections ### OCaml and Haskell have a convenient bit of syntax for the common case where you want a function like this: