Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Either should be changed to Result #3

Closed
tcr opened this issue Jul 5, 2017 · 1 comment
Closed

Either should be changed to Result #3

tcr opened this issue Jul 5, 2017 · 1 comment

Comments

@tcr
Copy link
Owner

tcr commented Jul 5, 2017

Either<A, B> is a class in support.rs that made the porting from Haskell easier. It in most cases is equivalent to Rust's Result, so it should be changed in all locations to Result and, if no cases remain, Either should be deleted from support.rs.

@birkenfeld
Copy link
Collaborator

Looking at this now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants