Document apply a bit more

This commit is contained in:
piegames 2024-07-21 10:54:11 +02:00
parent 964d236eef
commit 7e43edffa0

View file

@ -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.