-
Notifications
You must be signed in to change notification settings - Fork 73
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
Embed vs Final #476
Comments
What things? Admittedly, |
Mostly, the lack of (easy to find) examples. Another problem is the need to combine Embed and Final in the same effects stack in the presence of third-party libraries, although this can be mitigated with
I would love to see that. |
Hello!
With the recent removal of
withLowerToIO
andresourceToIO
, I've been left wondering. Is it correct to assume that polysemy is moving in the direction of removingEmbed
effect completely? As of right now, many things become impossible in polysemy 1.9 as opposed to version 1.7.The text was updated successfully, but these errors were encountered: