mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
doc: add reference to hasAttr in ?
operator (#9185)
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
42f26eb42e
commit
e58566a057
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ An attribute path is a dot-separated list of [attribute names](./values.md#attri
|
|||
Test whether [attribute set] *attrset* contains the attribute denoted by *attrpath*.
|
||||
The result is a [Boolean] value.
|
||||
|
||||
See also: [`builtins.hasAttr`](@docroot@/language/builtins.md#builtins-hasAttr)
|
||||
|
||||
[Boolean]: ./values.md#type-boolean
|
||||
|
||||
[Has attribute]: #has-attribute
|
||||
|
|
Loading…
Reference in a new issue