|
|
|
|
|
by uticus
844 days ago
|
|
What language typically returns the `Either<Error,Success>` you refer to here? I get (and love) the idea but have never seen it in official documentation (sure I could go off the beaten path and implement in my language of choice). Also, did you come up with this on your own, or were you exposed to it? |
|
* Haskell: https://hackage.haskell.org/package/base-4.19.1.0/docs/Data-...
* C++: https://en.cppreference.com/w/cpp/utility/expected/value