summaryrefslogtreecommitdiff
path: root/docs/type_system/select.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-16 12:42:41 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-16 12:42:41 -0400
commit7964cf08ac807ac9e7b6d579a25321a23adc9139 (patch)
tree807799f7c4dea85fca31e3532b0e06f71f0f32ea /docs/type_system/select.md
parente99f60fe8cdef48aad9aa6a1b360b600443ac659 (diff)
new layout by dependecy graph
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 b2f8f61..979e9d1 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[.symbol : Const[Value]]]
+Select[[SINGLE | MULTIPLE] Type; Collection[.symbol : `const Value]]
```
# Alias
```text
-Enum[Generic.T; Collection[.symbol : Const[Value]]] `alias Select[[SINGLE]; Generic.T; Collection[.symbol : Const[Value]]]
+Enum[Generic.T; Collection[.symbol : `const Value]] `alias Select[[SINGLE]; Generic.T; Collection[.symbol : `const Value]]
-Mask[Generic.T; Collection[.symbol : Const[Value]]] `alias Select[[MULTIPLE]; Generic.T; Collection[.symbol : Const[Value]]]
+Mask[Generic.T; Collection[.symbol : `const Value]] `alias Select[[MULTIPLE]; Generic.T; Collection[.symbol : `const Value]]
```
## Definition Example