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

feat: add partition func for result ojbects #1905

Closed
RomanMIzulin opened this issue Aug 6, 2024 · 1 comment · Fixed by #1908
Closed

feat: add partition func for result ojbects #1905

RomanMIzulin opened this issue Aug 6, 2024 · 1 comment · Fixed by #1908
Labels
enhancement New feature or request

Comments

@RomanMIzulin
Copy link
Contributor

Feature request

Given a list of results, returns a pair where the first element is a list of all the values inside Success and the second element is a list with all the values inside Failure.

stacks with #1899

reference: https://hexdocs.pm/gleam_stdlib/gleam/result.html#partition

@RomanMIzulin RomanMIzulin added the bug Something isn't working label Aug 6, 2024
@sobolevn
Copy link
Member

sobolevn commented Aug 6, 2024

Let's start with this one.

@sobolevn sobolevn added enhancement New feature or request and removed bug Something isn't working labels Aug 6, 2024
@RomanMIzulin RomanMIzulin mentioned this issue Aug 8, 2024
4 tasks
sobolevn pushed a commit that referenced this issue Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

2 participants