fixed typo
This commit is contained in:
parent
4df3cb67a1
commit
dc7da4961b
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ In its structure, it looks a little bit like a proof of progress:
|
|||
~ ~
|
||||
| |
|
||||
| |
|
||||
(ƛ x ⇒ N†) · V† --- —→ --- N† [ x := V ]
|
||||
(ƛ x ⇒ N†) · V† --- —→ --- N† [ x := V† ]
|
||||
|
||||
Since simulation commutes with values and `V` is a value, `V†` is also a value.
|
||||
Since simulation commutes with substitution and `N ~ N†` and `V ~ V†`,
|
||||
|
|
Loading…
Reference in a new issue