[RFC] Add 'append'
Open
new
question
- Dominant language
- Haskell
- Stars
- 742
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
The following function:
```haskell
append :: Semigroup a => a -> a -> a
append = (<>)
```
I think it can be useful and beginner-friendly 🙂 Especially with more docs! Shouldn't break a lot of code and should be easy to move to append, since most of the `append` appearances on Hoogle are already for the types having the `Semigroup` instance.
Contributor guide
Research direction
Review the repository's current public API and documentation conventions for Semigroup operations; the issue names no files or tests. Done means deciding whether to add the proposed append function and documenting it consistently if accepted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100