Merge pull request #452 from mdimjasevic/prop-preserve-beta
Properties: fix an informal rule in the text for β-ƛ
This commit is contained in:
commit
83b8e6da00
1 changed files with 2 additions and 2 deletions
|
@ -841,8 +841,8 @@ Let's unpack the cases for two of the reduction rules:
|
|||
* Rule `β-ƛ`. We have
|
||||
|
||||
Value V
|
||||
----------------------------
|
||||
(ƛ x ⇒ N) · V ⊢ N [ x := V ]
|
||||
-----------------------------
|
||||
(ƛ x ⇒ N) · V —→ N [ x := V ]
|
||||
|
||||
where the left-hand side is typed by
|
||||
|
||||
|
|
Loading…
Reference in a new issue