Properties: fix 'well-typed' according to issue #318

This commit is contained in:
Marko Dimjašević 2020-01-26 10:26:36 +01:00
parent 00bd32e7ac
commit 557a088c78
No known key found for this signature in database
GPG key ID: 565EE9641503F0AA

View file

@ -967,7 +967,7 @@ remaining. There are two possibilities:
+ Term `L` is a value, so we are done. We return the
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
evidence that `M` is also well typed, and we recursively invoke