Skip to content

Commit 3a136bf

Browse files
authored
Merge pull request plfa#356 from mdimjasevic/prop-subst-var
Properties: fixes a typing judgment by replacing an identifier with a term
2 parents 5e1dc3e + 4c94b98 commit 3a136bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plfa/Properties.lagda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,8 @@ Now that naming is resolved, let's unpack the first three cases:
656656

657657
+ The lookup judgment is evidenced by rule `Z`:
658658

659-
-----------------
660-
Γ , x ⦂ A x ⦂ A
659+
----------------
660+
Γ , x ⦂ A x ⦂ A
661661

662662
In this case, `x` and `y` are necessarily identical, as are `A`
663663
and `B`. Nonetheless, we must evaluate `x ≟ y` in order to allow

0 commit comments

Comments
 (0)