Skip to content

Commit

Permalink
Add Lecture 10 slides.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelochurch committed Sep 8, 2015
1 parent a8968e5 commit 2513dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ June 29 - September 23, 2015; Chicago, IL
* [Lab 2 on August 5](https://docs.google.com/presentation/d/1nv-O59Jot9RRFJauLLXV4PewDf4pjo7nbafxG6x-jqw/edit?usp=sharing). Covered: modules and namespacing, applicative parsing with ```parsec```, a monad-transformer stack (```Lisp``` monad), and sets and maps (```Data.Set```, ```Data.Map```).
* [Lecture 8 on August 13](https://docs.google.com/presentation/d/11QAjAvUV9aVDajOqUeNp2jQPdHd5_s1dQs73nY5sxOo/edit?usp=sharing). Covered: ```Foldable``` and ```Traversable```, plus a potpourri of language extensions (including ```MultiParamTypeClasses``` and ```FunctionalDependencies```.)
* [Lecture 9 on August 17](https://docs.google.com/presentation/d/1U9uoaQEoKAjcegPEVFTNSIKv92jhqkkz9qVeBFzr4kY/edit?usp=sharing). Covered: IO, files and ```Handle```, error-handling and the ```Exception``` type-class. Also, ```IORef``` and ```MVar```.
* [Lecture 10 on September 9](https://docs.google.com/presentation/d/1ZK52BJgDJgG-tfsswp5f-h-fXi0TMwsKdFo1B5AssJM/edit#slide=id.gb94c3e4a0_0_0). Covered: Lenses! (Also, Prisms and Traversals, very briefly.)

## Lecture videos
* [Lecture 1 video](https://www.youtube.com/watch?v=ZoBOUqS1jgI)
Expand Down

0 comments on commit 2513dc5

Please sign in to comment.