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 toNestedValidatedand and toNestedValidatedNel to XorT/EitherT #1344

Closed
mkotsbak opened this issue Sep 1, 2016 · 5 comments
Closed

Add toNestedValidatedand and toNestedValidatedNel to XorT/EitherT #1344

mkotsbak opened this issue Sep 1, 2016 · 5 comments

Comments

@mkotsbak
Copy link
Contributor

mkotsbak commented Sep 1, 2016

These would be similar to XorT.toOption(implicit F: Functor[F]): OptionT[F, B]

@kailuowang
Copy link
Contributor

XorT is removed since 0.7.0. Do you want this for the replacement EitherT?

@mkotsbak mkotsbak changed the title Add XorT.toNestedValidatedand XorT.toNestedValidatedNel Add toNestedValidatedand and toNestedValidatedNel to XorT/EitherT Sep 1, 2016
@mkotsbak
Copy link
Contributor Author

mkotsbak commented Sep 1, 2016

Ah ok, yes please, and to XorT too if there are 0.7 minor releases.

@conniec
Copy link
Contributor

conniec commented Oct 16, 2016

Hi @mkotsbak, do you mean something like this?

def toNestedValidated(implicit F: Functor[F]): Nested[F, Validated[A, ?], B]

@mkotsbak
Copy link
Contributor Author

Yes

@peterneyens
Copy link
Collaborator

Added in #1408.

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

4 participants