chaining arguments -> multiple arguments

"chaining arguments" is not well-defined, as [noted] by @matta

[notes]: https://github.com/NixOS/nix.dev/pull/267/files#r968597277
This commit is contained in:
Valentin Gagarin 2022-09-19 23:23:18 +02:00
parent f66543da01
commit de6128a8f8

View File

@ -964,9 +964,10 @@ f v
1
### Chaining arguments
### Multiple arguments
Arguments can be chained by nesting functions.
Nix functions take exactly one argument.
Multiple arguments can be handled by nesting functions.
Such a nested function can be used like a function that takes multiple arguments, but offers additional flexibility.