mirror of
https://github.com/NixOS/rfcs.git
synced 2025-12-16 22:11:15 +01:00
Document apply a bit more
This commit is contained in:
parent
964d236eef
commit
7e43edffa0
1 changed files with 3 additions and 0 deletions
|
|
@ -271,6 +271,9 @@ f (g x)
|
||||||
The biggest disadvantage with it is backwards compatibility of adding a new keyword into the language,
|
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).
|
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`
|
## `builtins.pipe`
|
||||||
|
|
||||||
`lib.pipe`'s functionality could be implemented as a built-in function.
|
`lib.pipe`'s functionality could be implemented as a built-in function.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue