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

RemoteDataT transformer #29

Merged
merged 4 commits into from
Feb 4, 2019
Merged

Conversation

YBogomolov
Copy link
Contributor

Implementation of a RemoteDataT monadic transformer, as per reference implementations like EitherT, OptionT and so on.

Tests contain only logic for chain method, and this should be sufficient, as can be seen in test for EitherT in fp-ts.

src/remote-data-t.ts Outdated Show resolved Hide resolved
src/__tests__/remote-data-t.spec.ts Show resolved Hide resolved
@raveclassic raveclassic requested a review from sutarmin January 31, 2019 19:03
@raveclassic
Copy link
Contributor

Looks like I'm fine with the changes. @sutarmin please take a look.

@raveclassic
Copy link
Contributor

@gcanti, would you be so kind to help us with reviewing the transformer?

@gcanti
Copy link

gcanti commented Feb 3, 2019

@raveclassic LGTM

@raveclassic
Copy link
Contributor

@gcanti Thanks!

@raveclassic raveclassic merged commit 9d2d0f2 into devexperts:master Feb 4, 2019
@raveclassic
Copy link
Contributor

@YBogomolov Thanks for collaboration!

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.

3 participants