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

Nomenclature for the SemigroupK hierarchy #4329

Merged
merged 2 commits into from
Dec 4, 2022

Conversation

TimWSpence
Copy link
Member

No description provided.

@armanbilge armanbilge added this to the 2.9.0 milestone Oct 28, 2022
| `F[A] => Boolean` | `isEmpty`
| `IterableOnce[F[A]] => F[A]` | `combineAllK`

### Alternative
Copy link
Contributor

@satorg satorg Oct 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly, I've never put attention to this page and thus I've just realized it exists! 😊
Would you consider to mention about NonEmptyAlternative there as well?

Type Method Name Constraints
A => F[A] => F[A] prependK
F[A] => A => F[A] appendK

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah sure!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And yes, I only just discovered it and it's ridiculously useful! 😆

@armanbilge armanbilge modified the milestones: 2.9.0, 2.10.0 Oct 30, 2022
@TimWSpence
Copy link
Member Author

@satorg sorry for the delay! NonEmptyAlternative is added now

Copy link
Contributor

@satorg satorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thank you!

@danicheg danicheg merged commit 48def2a into typelevel:main Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants