Skip to content

Commit f42a973

Browse files
authored
Update README.md
1 parent 8567991 commit f42a973

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ In this project I want to start with a simply typed lambda calculus, prove type
1919
- [ ] Extend definition
2020
- [ ] Prove Progress
2121
- [ ] Prove Preservation
22-
- [ ] Extend to System F (ie introduce polymorphic variables)
23-
- [ ] Extend definition
24-
- [ ] Prove Progress
25-
- [ ] Prove Preservation
22+
- [x] Extend to System F (ie introduce polymorphic variables)
23+
- [x] Extend definition
24+
- [x] Prove Progress
25+
- [x] Prove Preservation
2626
- [ ] Extend System F with Coercions
2727
- [ ] Extend definition
2828
- [ ] Prove Progress
@@ -31,4 +31,4 @@ In this project I want to start with a simply typed lambda calculus, prove type
3131

3232
## Used literature
3333

34-
Up until now, I mainly used [Software Foundations: Programming Language Foundations](https://softwarefoundations.cis.upenn.edu/current/plf-current/toc.html).
34+
Up until now, I mainly used [Software Foundations: Programming Language Foundations](https://softwarefoundations.cis.upenn.edu/current/plf-current/toc.html) and the [System Fc paper](https://www.microsoft.com/en-us/research/wp-content/uploads/2007/01/tldi22-sulzmann-with-appendix.pdf?from=https%3A%2F%2Fresearch.microsoft.com%2Fen-us%2Fum%2Fpeople%2Fsimonpj%2Fpapers%2Fext-f%2Ftldi22-sulzmann-with-appendix.pdf).

0 commit comments

Comments
 (0)