Software Engineering discussion
Learn You a Haskell
>
Making Our Own Types and Type Classes
date
newest »


Nice thing about functors in object-oriented languages is that they can be overloaded, hold a state, and share static members between different instances, basically all nice things that come with classes.
Functors were a new concept for me, and I am still unsure about where they are best applied.
For those of you, like me, who are starting to be frustrated by the stream of concepts, without being able to see the bigger picture of how they come together in an application, you might jump to Chapter 10 for these kinds of examples.