summaryrefslogtreecommitdiff
path: root/docs/type_system/shared.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-20 15:16:19 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-20 15:16:19 -0400
commit83729ca507a3266f3793c3ff2db7229a86e80aa6 (patch)
tree03c9d6d7c9443bbe67c1f3ab53618d719cff3228 /docs/type_system/shared.md
parentdcf57ffd19ee65c46e9ee635ca6f8238b8f1f07f (diff)
mutiple next unions
Diffstat (limited to 'docs/type_system/shared.md')
-rw-r--r--docs/type_system/shared.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/type_system/shared.md b/docs/type_system/shared.md
index 9fc9c1d..3982b5e 100644
--- a/docs/type_system/shared.md
+++ b/docs/type_system/shared.md
@@ -3,5 +3,7 @@
---
```text
-Shared[TYPE]
+Shared_collector `alias Enum[.counting; .tracing]
+
+Shared[Shared_collector; TYPE]
```