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

IResult<T> and IResult<T,TError> have awkward overlaps #1

Open
scott-ainsworth opened this issue Mar 21, 2023 · 0 comments
Open

IResult<T> and IResult<T,TError> have awkward overlaps #1

scott-ainsworth opened this issue Mar 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@scott-ainsworth
Copy link
Owner

scott-ainsworth commented Mar 21, 2023

Problem: IResult<T> and IResult<T,TError> have overlapping definitions that require adding explicit type parameters in many circumstances.

Requirements

  • Rename one or both classes.

Related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant