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

Abstracts over the target runtime Monad #20

Merged
2 commits merged into from
May 6, 2016

Conversation

raulraja
Copy link
Contributor

@raulraja raulraja commented May 6, 2016

The following PR decouples DataSource impls making them agnostic of the target runtime M[_] : MonadError[A, Throwable] so this only needs to be known to the actual call site run semantics.
As a side effect makes Fetch structures re-computable to any arbitrary M[_] such as Future, Task etc...

@dialelo Can you please review?

@ghost
Copy link

ghost commented May 6, 2016

Outstanding!

@ghost ghost merged commit 414ff63 into master May 6, 2016
@ghost ghost deleted the rr-remove-m-datasource-constraint branch May 6, 2016 14:38
This pull request was closed.
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.

None yet

1 participant