0
kicks
Monad Described Imperatively
I have written a Monad thing in C#. This Monad has a private field that I have not access to, but I can change it in any way that I want to! :O And that's the interesting thing about it :P. Once I have pushed a data into it; There is no way out of it. But I can still make any modifications to the data in the Monad. ...