Hacker News new | ask | show | jobs
by seppel 2561 days ago
I'm referring to this comment: https://news.ycombinator.com/item?id=20224097
1 comments

There are zero implementations of Left being the Ok value, just this hypothetical put forward by another commenter.

edit: I should specify that I mean when Either is used as a 'Result' type. There are plenty of other use cases you can use Either outside of Ok/Err values.