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

Use EmbedIO instead of Embed IO #2645

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Use EmbedIO instead of Embed IO #2645

merged 1 commit into from
Feb 13, 2024

Conversation

janmasrovira
Copy link
Collaborator

@janmasrovira janmasrovira commented Feb 12, 2024

The effectful library does not support the Embed effect out of the box. However, it offers IOE, which is equivalent to Embed IO from polysemy. In preparation to a possible migration to effectful, this pr hides the general Embed effect from the prelude and it exports a specialized EmbedIO in its place.

@paulcadman paulcadman merged commit 97030f8 into main Feb 13, 2024
4 checks passed
@paulcadman paulcadman deleted the only-embed-io branch February 13, 2024 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants