You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's all very generic, so for users ending up at the documentation it's not entirely clear what this is actually good for. Why would one want a type that is like Result but unbiased?
No need to answer that in the issue, I know but having this in the documentation in an understandable way would be useful :)
The text was updated successfully, but these errors were encountered:
Indeed, that's part of the problem, the docs say to use Result for describing errors and that Either is general purpose... but not what kind of purposes for example it would be useful for :)
I don't have any good suggestion how to write those docs though, I'm not good with writing docs.
I found this crate being used in a large codebase and had/have no clue what it does. Reading the introduction didn't clarify it for me, it's too abstract and generic without a use case or example. I would also welcome an explanation of what a "sum type" is.
It's all very generic, so for users ending up at the documentation it's not entirely clear what this is actually good for. Why would one want a type that is like
Result
but unbiased?No need to answer that in the issue, I know but having this in the documentation in an understandable way would be useful :)
The text was updated successfully, but these errors were encountered: