NX2@feddit.de to Programmer Humor@programming.dev · 2 years agoWhat the f*ck is a monadfeddit.deimagemessage-square38fedilinkarrow-up1203arrow-down112
arrow-up1191arrow-down1imageWhat the f*ck is a monadfeddit.deNX2@feddit.de to Programmer Humor@programming.dev · 2 years agomessage-square38fedilink
minus-squarelad@programming.devlinkfedilinkarrow-up3·2 years 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.