-
Notifications
You must be signed in to change notification settings - Fork 34
Use EffectFnX
functions internally
#28
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
Comments
👍 |
From what i can tell, this issue is about using (what's now called) |
I was thinking the same thing when I reviewed your other PR. We should be using |
My intention when I created this was only to change the implementations internally, not to change the type signatures of any exported functions - I don't think we should use |
EffectFnX
functionsEffectFnX
functions internally
Agreed |
I ran into a case where the current unsafe I'd be happy to make this change if no one else is working on it at the moment. |
I'm in agreement with making this breaking change to this library outside of the normal ecosystem breakage. With the advent of @colinwahl Go for it! |
This shouldn't be a breaking change - none of the values whose types are changing are exported, and the exported values all retain their same types. |
Oh nice! I wasn't aware of that. |
To prevent issues like #27 from occurring again.
The text was updated successfully, but these errors were encountered: