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

Define stimes and sconcat for Builder explicitly #489

Closed
sjakobi opened this issue Feb 18, 2022 · 0 comments · Fixed by #650
Closed

Define stimes and sconcat for Builder explicitly #489

sjakobi opened this issue Feb 18, 2022 · 0 comments · Fixed by #650

Comments

@sjakobi
Copy link
Member

sjakobi commented Feb 18, 2022

So far, the Semigroup instances contains only a explicit definition of (<>). Explicit definitions of the other methods should perform better than the default ones.

#456 should be resolved first though. (Done)

clyring added a commit to clyring/bytestring that referenced this issue Jan 31, 2024
Since `stimes` was explicitly implemented in haskell#611:
Closes haskell#488. Closes haskell#489.
clyring added a commit that referenced this issue Feb 5, 2024
Since `stimes` was explicitly implemented in #611:
Closes #488. Closes #489.

(cherry picked from commit 93fdd3a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant