mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
doc: Document function application operator
This commit is contained in:
parent
d8c1550189
commit
e225b63062
2 changed files with 21 additions and 3 deletions
|
@ -218,7 +218,7 @@ a string), that attribute is simply not added to the set:
|
|||
|
||||
This will evaluate to `{}` if `foo` evaluates to `false`.
|
||||
|
||||
A set that has a `__functor` attribute whose value is callable (i.e. is
|
||||
A set that has a [`__functor`]{#attr-__functor} attribute whose value is callable (i.e. is
|
||||
itself a function or a set with a `__functor` attribute whose value is
|
||||
callable) can be applied as if it were a function, with the set itself
|
||||
passed in first , e.g.,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue