Zihan Chen
Check me out on the web at Vczh Library++3.0 for C++ or at my blog.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Dec 25, 2009 at 12:36 AMf (g x) = h (f x)
f (g (fix g)) = h (f (fix g))
f (fix g) = h (f (fix g))
f (fix g) = h (f (g (fix g)))
f (fix g) = h (h (f (fix g)))
f (fix g) = h (h (h (f (fix g))))
...
f (fix g) = fix h
???