-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hackage has several packages for monad transformers:
mtl: Monad transformer library
transformers: Concrete functor and monad transformers
monads-fd: Monad classes, using functional dependencies
monads-tf: Monad classes, using type families
monadLib: A collection of monad transformers.
mtl-tf: Monad…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
For some time now, I had been noticing some interest for monads, mostly in the form of unintelligible (to me) blog posts and comments saying “oh, yeah, that’s a monad” about random stuff as if it were absolutely obvious and if I didn’t know what they were talking about, I was probably an uneducated…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Can you people please suggest some good books / weblinks from where I can get to learn about above mentioned concepts?
(Please note that I am a Java programmer and have NO prior experience with functional programming. I have been studying Scala since last one month and would appreciate the resources…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I think I understand what 'Maybe Monads' are, but I'm not sure about the other types.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
There is a lot of talk about monads these days. I have read a few articles / blog posts, but I can't go far enough with their examples to fully grasp the concept. The reason is that monads are a functional language concept, and thus the examples are in languages I haven't worked with (since I haven't…
>>> More