Skip to content

Commit 77de9ba

Browse files
committed
Update README
1 parent 840f87b commit 77de9ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ You can find the proof of type safety in [Soundness.thy](./Soundness.thy), the p
1515
- [x] Use the Nominal2 framework to reason about alpha-equated terms ([v2.0](https://github.com/jvanbruegge/isabelle-lambda-calculus/tree/v2.0))
1616
- [x] Extend to System F (ie introduce polymorphic variables) ([v3.0](https://github.com/jvanbruegge/isabelle-lambda-calculus/tree/v3.0))
1717
- [x] Use a context validity judgement ([v3.1](https://github.com/jvanbruegge/isabelle-lambda-calculus/tree/v3.1))
18-
- [ ] Add arbitrary user-defined datatypes
18+
- [x] Add arbitrary user-defined datatypes ([v3.5](https://github.com/jvanbruegge/isabelle-lambda-calculus/tree/v3.5))
1919
- [ ] Add `case` expressions
2020
- [ ] Extend to System Fc (ie introduce type equality coercions)
21+
- [ ] Extend to System FcPro (ie introduce kind abstractions)
2122

2223
## Used literature
2324

0 commit comments

Comments
 (0)