From a3ce6487e845a534bd0d710e19957cdf7001a7a8 Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 14 May 2026 14:30:08 -0400 Subject: task holds error --- docs/type_system/union.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs/type_system/union.md') diff --git a/docs/type_system/union.md b/docs/type_system/union.md index 2fde486..57eedb4 100644 --- a/docs/type_system/union.md +++ b/docs/type_system/union.md @@ -3,5 +3,14 @@ --- ```text -Union[TYPE.SYMBOL; ...] +Union[TYPE.symbol; ...] +``` + +```text +u : Union[I64.a; I64.b; I64.c] $ (.c : 5) + +# u { + .c { c ... }[c] + { ... } // default +} ``` -- cgit v1.2.3