Merge pull request #457 from mdimjasevic/prop-well-typed-2

Properties: fix 'well-typed' according to issue #318
This commit is contained in:
Philip Wadler 2020-01-26 13:23:55 -06:00 committed by GitHub
commit 0e5a71ec1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -967,7 +967,7 @@ remaining. There are two possibilities:
+ Term `L` is a value, so we are done. We return the + Term `L` is a value, so we are done. We return the
trivial reduction sequence `L —↠ L`, evidence that `L` is trivial reduction sequence `L —↠ L`, evidence that `L` is
well-typed, and the evidence that `L` is a value. well typed, and the evidence that `L` is a value.
+ Term `L` steps to another term `M`. Preservation provides + Term `L` steps to another term `M`. Preservation provides
evidence that `M` is also well typed, and we recursively invoke evidence that `M` is also well typed, and we recursively invoke