Closed kandhan-kuhan-t closed 3 years ago
Seconded. Result is smaller in scope, but the interfaces are lighter, which is a win in my opinion. Returns currently calls a rather involved call stack when you map things (since it goes through the generic applicative interface) so it's a little less direct.
Thanks !
I came across this Result - Rust like return types. This is very smaller in scope compared to Returns but quite nice. Belongs here?