Skip to content

Commit

Permalink
Document apply a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
piegamesde committed Jul 21, 2024
1 parent 964d236 commit 7e43edf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rfcs/0148-pipe-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ f (g x)
The biggest disadvantage with it is backwards compatibility of adding a new keyword into the language,
which would require solving language versioning first (see RFC #137).

This approach would be roughly equivalent to introducing a `<|` operator.
See the above for a discussion on the overall design space of that.

## `builtins.pipe`

`lib.pipe`'s functionality could be implemented as a built-in function.
Expand Down

0 comments on commit 7e43edf

Please sign in to comment.