From dc7da4961b75b9e40bb41692aba13770bce7e72e Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 19 Feb 2020 15:59:44 -0500 Subject: [PATCH] fixed typo --- src/plfa/part2/Bisimulation.lagda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plfa/part2/Bisimulation.lagda.md b/src/plfa/part2/Bisimulation.lagda.md index dfe23bc3..de161ea8 100644 --- a/src/plfa/part2/Bisimulation.lagda.md +++ b/src/plfa/part2/Bisimulation.lagda.md @@ -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†`,