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

Make Effectful to be monad #24

Merged
merged 6 commits into from
Aug 25, 2023
Merged

Make Effectful to be monad #24

merged 6 commits into from
Aug 25, 2023

Conversation

ENvironmentSet
Copy link
Owner

#15

Didn't write fp-ts-ish monad instance for Effectful but provided all functions to define monad instance instead. This may help users who use other fp library such as fun.

However, It would be great to have packages armed with conversion kits for some fp libraries. Let's do this later.

@ENvironmentSet ENvironmentSet changed the title Add fp ts monad instance Make Effectful to be monad Aug 25, 2023
@ENvironmentSet
Copy link
Owner Author

For the record. I'm considering api based on clone-able generators once again. Even if they add some complexity to our api, they will allow us to implement safe/sound monad instance and non-deterministic effects with multiple resuming.

@ENvironmentSet ENvironmentSet merged commit efe2171 into main Aug 25, 2023
@ENvironmentSet ENvironmentSet deleted the add-fp-ts-monad-instance branch October 15, 2023 12:41
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