From fdb84845b43d9fea2271671cb9732fb3b0515b7d Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 14 May 2026 16:22:03 -0400 Subject: task is just a container --- docs/type_system/union.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/type_system/union.md') diff --git a/docs/type_system/union.md b/docs/type_system/union.md index 57eedb4..f2c4ae0 100644 --- a/docs/type_system/union.md +++ b/docs/type_system/union.md @@ -14,3 +14,14 @@ u : Union[I64.a; I64.b; I64.c] $ (.c : 5) { ... } // default } ``` +## Alias + +```text +Result[ANY] `alias Union[ANY.value; Error.error] +``` + +## \`take + +```text +value : .value `take 10 / var +``` -- cgit v1.2.3