From a41e83e6a28d17e41fcf90c4d39003a06fa9ba51 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 22 May 2026 16:56:03 -0400 Subject: start adding ops to types --- docs/type_system/union.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/type_system/union.md') diff --git a/docs/type_system/union.md b/docs/type_system/union.md index b2a7e45..d14a7bc 100644 --- a/docs/type_system/union.md +++ b/docs/type_system/union.md @@ -17,6 +17,10 @@ u : Union[I64.a; I64.b; I64.c] $ (.c : 5) // defaults to Union[.container; ...] } ``` +# Operators + +## ``take` + # Transient Unions Can only be retuned from functions and operations. The inner value must be moved out -- cgit v1.2.3