Y
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
tubthumper8
833 days ago
What's it missing? flatMap/bind/whatever that's called?
link
luc4
833 days ago
Yes, exactly. It's missing the monadic bind (which for the list monad would be flatMap).
link