Merge pull request #9986 from nbelakovski/patch-1

Add a note about lists values.md
This commit is contained in:
John Ericson 2024-02-13 17:10:32 -05:00 committed by GitHub
commit ef0b82a267
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,6 +156,8 @@ function and the fifth being a set.
Note that lists are only lazy in values, and they are strict in length. Note that lists are only lazy in values, and they are strict in length.
Elements in a list can be accessed using [`builtins.elemAt`](./builtins.md#builtins-elemAt).
## Attribute Set ## Attribute Set
An attribute set is a collection of name-value-pairs (called *attributes*) enclosed in curly brackets (`{ }`). An attribute set is a collection of name-value-pairs (called *attributes*) enclosed in curly brackets (`{ }`).