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

lift method for WriterT #1315

Closed
labra opened this issue Aug 22, 2016 · 1 comment
Closed

lift method for WriterT #1315

labra opened this issue Aug 22, 2016 · 1 comment

Comments

@labra
Copy link
Contributor

labra commented Aug 22, 2016

There is no lift method in WriterT while there is a lift method in StateT and ReaderT. It would be better to have a more unified API for users.

I also noticed that there is a liftT method but its signature requires a two parameter type that makes it more difficult to understand

labra added a commit to labra/cats that referenced this issue Aug 23, 2016
labra added a commit to labra/cats that referenced this issue Aug 23, 2016
@labra
Copy link
Contributor Author

labra commented Aug 23, 2016

I have done a first attempt to add the liftTmethod to WriterT following the StateT code in this PR

johnynek pushed a commit that referenced this issue Aug 23, 2016
* Attempt to solve #1315

* Attempt to solve #1315
@johnynek johnynek reopened this Aug 23, 2016
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

No branches or pull requests

2 participants