Skip to content

Commit 8be3490

Browse files
committed
Update README.md
1 parent 71f8d1a commit 8be3490

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
In this project I want to start with a simply typed lambda calculus, prove type soundness and then extend it step by step until I am at the [latest version of System F](https://repository.brynmawr.edu/cgi/viewcontent.cgi?article=1014&context=compsci_pubs) used in GHC.
66

7+
## Results
8+
9+
You can find the proof of type safety in [Soundness.thy](./Soundness.thy) and the proof of beta-equivalence in [BetaEquivalence.thy](./BetaEquivalence.thy).
10+
711
## Roadmap
812

913
- [x] Start with a simply typed lambda calculus

0 commit comments

Comments
 (0)