ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 1 month agoMonadslemmy.worldimagemessage-square41fedilinkarrow-up1299arrow-down112
arrow-up1287arrow-down1imageMonadslemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square41fedilink
minus-squareme@social.jlamothe.netlinkfedilinkarrow-up3·1 month ago@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.
@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.