NX2@feddit.de to Programmer Humor@programming.dev · 1 year agoWhat the f*ck is a monadfeddit.deimagemessage-square39fedilinkarrow-up1202arrow-down112
arrow-up1190arrow-down1imageWhat the f*ck is a monadfeddit.deNX2@feddit.de to Programmer Humor@programming.dev · 1 year agomessage-square39fedilink
minus-squarelad@programming.devlinkfedilinkarrow-up3·1 year agoIIRC monoid also requires you to have zero, so that an initial value is known for any repetitive operation. In case of an array that’d be an empty one, in case of promise that’d be doing nothing, I guess.
IIRC monoid also requires you to have
zero
, so that an initial value is known for any repetitive operation. In case of an array that’d be an empty one, in case of promise that’d be doing nothing, I guess.