From 9d6a15b55bc948227401cb0be721e764e8053b50 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 9 Jun 2026 14:01:57 -0400 Subject: add name to application --- docs/type_system/enum.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'docs/type_system/enum.md') diff --git a/docs/type_system/enum.md b/docs/type_system/enum.md index 4762389..6b06849 100644 --- a/docs/type_system/enum.md +++ b/docs/type_system/enum.md @@ -5,9 +5,12 @@ A symbol associated with a type ```text -Enum[Collection[.symbol]] // Resoves to Enum[Void; ...] +Enum[TYPE; Collection[.symbol : Const[Value]]] +``` -Enum[TYPE; Collection[.symbol]] +## Definition Example -Enum[TYPE; Collection[.symbol : VALUE]] +```text +E : Enum[I64; .a; .b; .c] +`log E Enum[I64; .a : 0; .b : 1; .c : 2] ``` -- cgit v1.2.3