ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · vor 9 MonatenMonadslemmy.worldimagemessage-square41linkfedilinkarrow-up1300arrow-down112
arrow-up1288arrow-down1imageMonadslemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · vor 9 Monatenmessage-square41linkfedilink
minus-squareYTG123@sopuli.xyzlinkfedilinkarrow-up2·vor 9 MonatenThe Either monad (also known as Result) provides Go-like error handling, but automated. You only check manually for errors after the last call, the monad handles the process. But this is just one example of a monad, there are many more.
The Either monad (also known as Result) provides Go-like error handling, but automated. You only check manually for errors after the last call, the monad handles the process.
But this is just one example of a monad, there are many more.