markup
authorjim <jim@web>
Fri, 20 Feb 2015 17:58:55 +0000 (12:58 -0500)
committerLinux User <ikiwiki@localhost.members.linode.com>
Fri, 20 Feb 2015 17:58:55 +0000 (12:58 -0500)
exercises/_assignment4.mdwn

index 7c01388..589932e 100644 (file)
@@ -18,7 +18,7 @@ points.)
 
 4.  Assume that `Ψ` is some fixed point combinator; we're not telling you which one. (You can just write `Psi` in your homework if you don't know how to generate the symbol `Ψ`.) Prove that `Ψ Ψ` is a fixed point of itself, that is, that `Ψ Ψ <~~> Ψ Ψ (Ψ Ψ)`.
 
-<!-- Proof: YY --> Y(YY) --> YY(Y(YY)); YY(YY) --> YY(Y(YY)) -->
+<!-- Proof: YY ~~> Y(YY) ~~> YY(Y(YY)); YY(YY) ~~> YY(Y(YY)) -->
 
 
 ## Writing recursive functions ##