¡@

Home 

c# Programming Glossary: imonad

Why there is no something like IMonad<T> in upcoming .NET 4.0

http://stackoverflow.com/questions/1709897/why-there-is-no-something-like-imonadt-in-upcoming-net-4-0

there is no something like IMonad T in upcoming .NET 4.0 ... with all those new and not so new.. new if we count IEnumerable monad related stuff interface IMonad T SelectMany Bind Return Unit That would allow to write functions.. improve this question Think about what the signature for IMonad T 's methods would have to be. In Haskell the Monad typeclass..