diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-26 17:03:47 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-26 17:03:47 -0400 |
| commit | 254059e2ea2df0cd63cf75d836ac9ebe00a28302 (patch) | |
| tree | 7ba038974c6cc23101921a7d6926e2bc5cc1db96 /docs/type_system/union.md | |
| parent | ad516054002b4105197ef4fc37ac380cdf680750 (diff) | |
var tree lists
Diffstat (limited to 'docs/type_system/union.md')
| -rw-r--r-- | docs/type_system/union.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/type_system/union.md b/docs/type_system/union.md index 5a5b71f..334c443 100644 --- a/docs/type_system/union.md +++ b/docs/type_system/union.md @@ -3,13 +3,13 @@ --- ```text -Union[CONTAINER | TRANSIENT] Collection[VAR_TREE; TYPE.SYMBOL]] +Union[CONTAINER | TRANSIENT] Collection[VAR_TREE_LIST; TYPE.SYMBOL]] ``` # Alias ```text -Tag[Collection[VAR_TREE; TYPE.SYMBOL]] `alias Union[[CONTAINER] Collection[VAR_TREE; TYPE.SYMBOL]] +Tag[Collection[VAR_TREE_LIST; TYPE.SYMBOL]] `alias Union[[CONTAINER] Collection[VAR_TREE_LIST; TYPE.SYMBOL]] ``` ## Tag Example |
