-
-
Notifications
You must be signed in to change notification settings - Fork 82
Add appliedTo and chain aliases #129
Copy link
Copy link
Closed
Labels
good first issueGood for newcomersGood for newcomersnewBring something new into library (add function or type or interface)Bring something new into library (add function or type or interface)
Milestone
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersnewBring something new into library (add function or type or interface)Bring something new into library (add function or type or interface)
Hi 👋
I wanted to request the addition of the following function aliases:
and
The reason behind this, is that I found them much easier to understand for newcomers, and they are much better in my experience with teaching Haskell, as one can resemble fluent APIs from other languages with them:
vs
I really love
relude, I really wish it becomes the standard for preludes out there. For me it is always the prelude of choice, and would love that it had nice little features like these that make the adoption of Haskell much easier 😊If this is okay for you, I can work on a PR. Where should these aliases go? 🤔