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 NonEmptyList.take #3765

Merged
merged 1 commit into from
Feb 5, 2021
Merged

Add NonEmptyList.take #3765

merged 1 commit into from
Feb 5, 2021

Conversation

saeltz
Copy link
Contributor

@saeltz saeltz commented Feb 3, 2021

Adds NonEmptyList.take including tests for convenience.
Returns a List because for n < 1 we can't return a NonEmptyList.

Again some flaky test that is unrelated to my changes.

@saeltz saeltz marked this pull request as ready for review February 3, 2021 11:37
@larsrh larsrh merged commit a0343b0 into typelevel:master Feb 5, 2021
@larsrh
Copy link
Contributor

larsrh commented Feb 5, 2021

I restarted the tests and now they passed. Thanks!

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

Successfully merging this pull request may close these issues.

2 participants