From 6cf3ace5c115ad065de248936f41eda7965fa7a9 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 10 May 2026 16:22:47 -0400 Subject: add all type pages --- docs/type_system/union.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/type_system/union.md (limited to 'docs/type_system/union.md') diff --git a/docs/type_system/union.md b/docs/type_system/union.md new file mode 100644 index 0000000..2fde486 --- /dev/null +++ b/docs/type_system/union.md @@ -0,0 +1,7 @@ +# Union + +--- + +```text +Union[TYPE.SYMBOL; ...] +``` -- cgit v1.2.3