774 Views
Stateful computations as a functor. An example for object-oriented programmers. This article is an instalment in an article series about functors. In a previous article, you saw how to implement the Maybe functor in C#. In this article, you'll see another functor example: State.
0 comments