Open tuturto opened 7 years ago
left-if-nil can be worked out just with ->either, provided there are no other falsey values expected. do-monad-e is just (either print Right (do-monad ...))
left-if-nil can be worked out just with ->either, provided there are no other falsey values expected. do-monad-e is just (either print Right (do-monad ...))