NX2@feddit.de to Programmer Humor@programming.dev · 1 year agoWhat the f*ck is a monadfeddit.deimagemessage-square38fedilinkarrow-up1203arrow-down111
arrow-up1192arrow-down1imageWhat the f*ck is a monadfeddit.deNX2@feddit.de to Programmer Humor@programming.dev · 1 year 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.