added recursive types
This commit is contained in:
parent
2ee8a33a4f
commit
b885666c03
1 changed files with 7 additions and 1 deletions
|
@ -160,14 +160,20 @@ practice for the exam and familiarise yourself with exam conditions.
|
|||
_Mathematical Foundations of Software Development_,
|
||||
LNCS 185, pages 97–138, 1985.
|
||||
|
||||
* Barendregt, H. P.
|
||||
* Henk Barendregt,
|
||||
[Introduction to generalized type systems][barendregt]
|
||||
_Journal of Functional Programming_, 1(2): 125–154, 1991.
|
||||
|
||||
* Vladimir Gapayev, Michael Levin, Benjamin Pierce.
|
||||
[Recursive Subtyping Revealed][gapayev],
|
||||
_International Conference on Functional Programming_, 2000.
|
||||
|
||||
[reynolds]: http://homepages.inf.ed.ac.uk/wadler/papers/reynolds/three-approaches.pdf
|
||||
|
||||
[barendregt]: http://homepages.inf.ed.ac.uk/wadler/papers/barendregt/pure-type-systems.pdf
|
||||
|
||||
[gapayev]: http://homepages.inf.ed.ac.uk/wadler/papers/gapayev/gapayev-et-al-icfp2000.pdf
|
||||
|
||||
|
||||
<!--
|
||||
## Midterm course feedback
|
||||
|
|
Loading…
Add table
Reference in a new issue