summaryrefslogtreecommitdiff
path: root/docs/type_system/select.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-26 17:03:47 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-26 17:03:47 -0400
commit254059e2ea2df0cd63cf75d836ac9ebe00a28302 (patch)
tree7ba038974c6cc23101921a7d6926e2bc5cc1db96 /docs/type_system/select.md
parentad516054002b4105197ef4fc37ac380cdf680750 (diff)
var tree lists
Diffstat (limited to 'docs/type_system/select.md')
-rw-r--r--docs/type_system/select.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/type_system/select.md b/docs/type_system/select.md
index 1b1d05a..5cee24a 100644
--- a/docs/type_system/select.md
+++ b/docs/type_system/select.md
@@ -5,15 +5,15 @@
A symbol associated with a type
```text
-Select[[SINGLE | MULTIPLE] Type; Collection[VAR_TREE; .symbol : %const Value]]
+Select[[SINGLE | MULTIPLE] Type; Collection[VAR_TREE_LIST; .symbol : %const Value]]
```
# Alias
```text
-Enum[Generic.T; Collection[.symbol : %const Value]] `alias Select[[SINGLE]; Generic.T; Collection[VAR_TREE; .symbol : %const Value]]
+Enum[Generic.T; Collection[.symbol : %const Value]] `alias Select[[SINGLE]; Generic.T; Collection[VAR_TREE_LIST; .symbol : %const Value]]
-Mask[Generic.T; Collection[.symbol : %const Value]] `alias Select[[MULTIPLE]; Generic.T; Collection[VAR_TREE; .symbol : %const Value]]
+Mask[Generic.T; Collection[.symbol : %const Value]] `alias Select[[MULTIPLE]; Generic.T; Collection[VAR_TREE_LIST; .symbol : %const Value]]
```
## Definition Example