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

Add transformS() in ReaderWriterStateT #1786

Closed
ronanM opened this issue Aug 5, 2017 · 3 comments
Closed

Add transformS() in ReaderWriterStateT #1786

ronanM opened this issue Aug 5, 2017 · 3 comments

Comments

@ronanM
Copy link

ronanM commented Aug 5, 2017

Add transformS() in ReaderWriterStateT like cats.data.StateT.transformS

def transformS[R](f: R => S, g: (R, S) => R)(implicit F: Functor[F]): StateT[F, R, A].

@kailuowang
Copy link
Contributor

related #1775

iravid pushed a commit to iravid/cats that referenced this issue Aug 8, 2017
iravid pushed a commit to iravid/cats that referenced this issue Aug 8, 2017
iravid pushed a commit to iravid/cats that referenced this issue Aug 9, 2017
iravid pushed a commit to iravid/cats that referenced this issue Aug 9, 2017
iravid pushed a commit to iravid/cats that referenced this issue Aug 9, 2017
@ronanM
Copy link
Author

ronanM commented Sep 5, 2017

related #1775

Does ReaderWriterStateT will automatically gain transformS() from IndexedStateT ?

@iravid
Copy link
Contributor

iravid commented Sep 5, 2017

@ronanM see #1803; added there

iravid pushed a commit to iravid/cats that referenced this issue Sep 12, 2017
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

3 participants