Skip to content

Add MonadAff instances for transformers #27

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

Merged
merged 1 commit into from
Jul 17, 2015
Merged

Conversation

garyb
Copy link
Member

@garyb garyb commented Jul 17, 2015

No description provided.

@garyb
Copy link
Member Author

garyb commented Jul 17, 2015

Do you think it's worth providing a MonadCont (Aff e) instance too, or is that problematic with Aff's error handling? I guess it should be fine, as you can't raise an error when resuming the continuation.

@jdegoes
Copy link
Contributor

jdegoes commented Jul 17, 2015

👍

jdegoes added a commit that referenced this pull request Jul 17, 2015
Add MonadAff instances for transformers
@jdegoes jdegoes merged commit f82e750 into master Jul 17, 2015
@jdegoes jdegoes deleted the transformer-instances branch July 17, 2015 14:17
@jdegoes
Copy link
Contributor

jdegoes commented Jul 17, 2015

Do you think it's worth providing a MonadCont (Aff e) instance too, or is that problematic with Aff's error handling?

I don't think it's a problem. You can try it and find out. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants