|
|
|
|
|
by marcosdumay
2122 days ago
|
|
> a different error handling scheme Monads aren't about handling error. That's just one of two examples on the article (and yes, that one is on the standard library) and it's used for more stuff than errors already. > You want to create a standard. Monads are a standard. That's basically all they have into them. If you do it right, most of your monadic code won't even know what monad it's running in. |
|