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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Add 'append' #320

Open
chshersh opened this issue Aug 13, 2020 · 1 comment
Open

[RFC] Add 'append' #320

chshersh opened this issue Aug 13, 2020 · 1 comment
Labels
new Bring something new into library (add function or type or interface) question Further information is requested

Comments

@chshersh
Copy link
Contributor

The following function:

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.

@chshersh chshersh added question Further information is requested new Bring something new into library (add function or type or interface) labels Aug 13, 2020
@chshersh chshersh pinned this issue Mar 11, 2021
@theGhostJW
Copy link
Contributor

Can't see the use for this. Beginners reading any other code will very quickly need to understand what <> means to understand what they are reading. it looks like it is just increasing the surface area of what needs to be learned and providing yet more choices: Do I use <> or append ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new Bring something new into library (add function or type or interface) question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants