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

lib: Add Sequence.dedup and Sequence.unique, fix #4552, workaround for #4628 #4629

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

fridis
Copy link
Member

@fridis fridis commented Jan 17, 2025

Also adds variant of dedup with a relation function and, for list, variants of these that return a list.

Since type constraints in preconditions and if statements are not powerful enough yet, had to add a workaround for #4628.

…d for #4628

Also adds variant of `dedup` with a relation function and, for `list`, variants
of these that return a `list`.

Since type constraints in preconditions and `if` statements are not powerful
enough yet, had to add a workaround for #4628.
@fridis fridis added enhancement New feature or request base library related to the Fuzion base library labels Jan 17, 2025
@michaellilltokiwa michaellilltokiwa merged commit 27c70ec into main Jan 20, 2025
4 checks passed
@maxteufel maxteufel deleted the fix_4552 branch January 20, 2025 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
base library related to the Fuzion base library enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants