Hacker News new | ask | show | jobs
by luc4 833 days ago
To be pedantic: Their Maybe class is just a Functor, not a Monad.
1 comments

What's it missing? flatMap/bind/whatever that's called?
Yes, exactly. It's missing the monadic bind (which for the list monad would be flatMap).