Merge pull request #457 from mdimjasevic/prop-well-typed-2
Properties: fix 'well-typed' according to issue #318
This commit is contained in:
commit
0e5a71ec1e
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue