Merge pull request #61 from yanok/patch-1

Fix typo in substitution definition
This commit is contained in:
Stephen Diehl 2015-04-04 08:30:01 -04:00
commit 0b3825e7ee

View File

@ -230,7 +230,7 @@ $$
& [x/a] y &=& \ y & \text{if}\ x\neq y\\
& [x/a]ee' &=& \ ([x/a]e)([x/a]e')\\
& [x/a]\lambda x.e &=& \ \lambda x.e\\
& [x/a]\lambda y.e &=& \ \lambda y.[x/a]e & \text{if}\ x \neq y\ \text{and}\ y \notin\FV{e}
& [x/a]\lambda y.e &=& \ \lambda y.[x/a]e & \text{if}\ x \neq y\ \text{and}\ y \notin\FV{a}
\end{aligned}
$$