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

fix: correct the generic type for either.FromIO #104

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

francistm
Copy link
Contributor

Fix the issue in changes e350f70#diff-4458e7e57693d8c5f87f48669e33d2874aeaae1c8d37fcda76204057d29b5bfaL16-L18

as function signature

FromIO[E, IO ~func() A, A any](f IO) Either[E, A]

The type E can't be same as type IO.

@CarstenLeue CarstenLeue merged commit 74763bd into IBM:main Mar 11, 2024
1 check passed
@francistm francistm deleted the fix/either-from-io branch March 11, 2024 16:21
Copy link

🎉 This PR is included in version 1.0.142 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

None yet

2 participants