NX2@feddit.de to Programmer Humor@programming.dev · 2 years agoWhat the f*ck is a monadfeddit.deimagemessage-square38fedilinkarrow-up1204
arrow-up1204imageWhat the f*ck is a monadfeddit.deNX2@feddit.de to Programmer Humor@programming.dev · 2 years agomessage-square38fedilink
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.