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

remove partial generic instantiations of Nothing #6

Closed
wants to merge 1 commit into from

Conversation

metagn
Copy link
Contributor

@metagn metagn commented Aug 25, 2024

The overloads of Nothing called here both take 3 generic parameters, but are given 1 and 2 respectively. There isn't a need to explicitly instantiate them since the generic parameters can be inferred from the arguments, so we can remove the explicit generic parameters.

The overloads of `Nothing` called here both take 3 generic parameters, but are given 1 and 2 respectively. There isn't a need to explicitly instantiate them since the generic parameters can be inferred from the arguments, so we can remove the explicit generic parameters.
@metagn
Copy link
Contributor Author

metagn commented Aug 31, 2024

Doesn't work, sorry, will make another PR with correct instantiation instead

@metagn metagn closed this Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant