Change of topic for lesson 4

This commit is contained in:
REMY Didier 2017-11-09 22:45:38 +01:00
parent a76342ee27
commit 828f05db8b

View file

@ -118,10 +118,10 @@ We also show the limits of dependently-typed functional programming.
([chap 8](http://gallium.inria.fr/~remy/mpri/cours6.pdf)
of [course notes](http://gallium.inria.fr/~remy/mpri/cours.pdf)).
# * (10/11/2017) Subtyping. Rows.
* (10/11/2017)
* (10/11/2017) ~~Subtyping. Rows.~~
[Overloading](http://gallium.inria.fr/~remy/mpri/slides4.pdf)
[(handout)](http://gallium.inria.fr/~remy/mpri/handout4.pdf)
(see also [chap 7](http://gallium.inria.fr/~remy/mpri/slides5.pdf)
(see also [chap 7](http://gallium.inria.fr/~remy/mpri/cours5.pdf)
of [course notes](http://gallium.inria.fr/~remy/mpri/cours.pdf)).
* (17/11/2017) References, Value restriction, Side effects.