The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
178 views

C# state monad implementation

I want to know whether this thing I wrote in C# is a correct implementation of the state monad. I've used it in code and it does what I expect it to do, but I'm still not quite sure if I'm doing this ...