Skip to main content

in reply to ZILtoid1991

Seriously, can someone please explain monads like we're dumb or something ?
in reply to mEEGal

blog.sigfpe.com/2006/08/you-co…

It's a "programmable semicolon" or "decorated-function composition". I think most people that are confused about it, are trying to make it be more meaningful than it is. Haskell (?) just grabbed a math name so they'd have one word for it, because it's a useful class name there.

in reply to mEEGal

@mEEGal @ZILtoid1991 Honestly, the best way I've found to understand monads (if we're talking Haskell) is to look at the type signatures of its functions. Understanding return, (>>=), and (>>) will essentially tell you everything you need to know.

This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.