Properties: fix 'well-typed' according to issue #318
This commit is contained in:
parent
00bd32e7ac
commit
557a088c78
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue