Y
Hacker News
new
|
ask
|
show
|
jobs
by
EvertBouw
628 days ago
monad means a datastructure that implements flatmap.
2 comments
eigenket
628 days ago
I don't think that's a super helpful description, because probably most people wouldn't call IO a datastructure.
link
ivanjovanovic
628 days ago
Monad means a function composition where you can program what happens when inner function gives its result as argument to the outer function.
link