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

Implement spanR & breakR #476

Merged
merged 3 commits into from
Jan 17, 2024
Merged

Implement spanR & breakR #476

merged 3 commits into from
Jan 17, 2024

Conversation

Shimuuar
Copy link
Contributor

They follow same convention as Data.Sequence.spanR/breakR. Fixes #172

I also notices that we don't run tests with unsafe and internal range checks on. We should do that in part because we should check that such configuration actually works and it may save us in the future.

I noticed that we don't run build and test configuration with checks enabled on
CI. We should exercise it and it may save us at some point.
Copy link
Contributor

@lehins lehins left a comment

Choose a reason for hiding this comment

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

👍

@Shimuuar Shimuuar merged commit 24426ad into haskell:master Jan 17, 2024
22 checks passed
@Shimuuar Shimuuar deleted the spanR branch January 22, 2024 07:53
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.

Is there an efficient way to break/span/findIndex from the right end?
2 participants