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

["Request"] Missing EitherNes typealias #3310

Open
nesk opened this issue Dec 1, 2023 · 1 comment
Open

["Request"] Missing EitherNes typealias #3310

nesk opened this issue Dec 1, 2023 · 1 comment

Comments

@nesk
Copy link

nesk commented Dec 1, 2023

Arrow already has an EitherNel typealias:

typealias EitherNel<E, A> = Either<NonEmptyList<E>, A>

What about EitherNes?

typealias EitherNes<E, A> = Either<NonEmptySet<E>, A>

I suppose it was not already present because I see no one else using the NES acronyme for Non-Empty Set. 🤔

@serras
Copy link
Member

serras commented Feb 8, 2024

@nomisRev @franciscodr @raulraja @kyay10 thoughts on this? I don't think we should do this, since we don't really use Either<NonEmptySet<E>, A> anywhere in our API...

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