You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ In this project I want to start with a simply typed lambda calculus, prove type
19
19
-[ ] Extend definition
20
20
-[ ] Prove Progress
21
21
-[ ] 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
26
26
-[ ] Extend System F with Coercions
27
27
-[ ] Extend definition
28
28
-[ ] Prove Progress
@@ -31,4 +31,4 @@ In this project I want to start with a simply typed lambda calculus, prove type
31
31
32
32
## Used literature
33
33
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