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
Erik Meijer: Functional Programming
Jan 25, 2008 at 1:51 AMI'll see if I can express it in C# myself =).
I had another (stupid?) idea:
With all the talk about SOA, would it be possible to hide the complexity of a webservice call in a monad, so that you could combine functions across a network seamlessly?
/Erik
Erik Meijer: Functional Programming
Jan 24, 2008 at 8:07 AMA question for the monad experts (I don't know alot about monads but I want to learn):
How are monads combined, and what would that look like in C#?
Say, for instance, that I have an IO layer over a file system or a database that returns the IO monad, and I want to combine that with the maybe monad. Do I create a new monad that combines them, or do I wrap the Maybe monad on top of the IO monad?
/Erik