Created
June 14, 2019 10:03
-
-
Save edoput/99cf0bc840444f5d5b6b7b7978331fec to your computer and use it in GitHub Desktop.
Correctness of the type checker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lemma correctness : (forall (gamma : environment) (t : term) (tt : type), | |
has_type gamma t tt -> (type_check gamma t) = Some({ tt | has_type gamma t tt})). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment