[Haskell-cafe] Re: philosophy of Haskell

Gregory Crosswhite gcross at phys.washington.edu
Wed Aug 18 15:11:02 EDT 2010


 On 08/18/10 12:04, Gregory Crosswhite wrote:
> Now we have that loop' = loop''.
Oops!  I meant that loop' = loop'' in the world passing model, so that if

	loop' = \w0 -> let (w1, ()) = putStr "c" w0 in loop' w1
	loop'' = \w0 -> let (w1, ()) = putStr "c" w1 in loop' w1

then loop' = loop'' = const bottom.


Cheers,
Greg



More information about the Haskell-Cafe mailing list