From 003119b9f285e5610f56186bce845441409265ae Mon Sep 17 00:00:00 2001 From: nodist Date: Sat, 18 Jul 2026 14:01:26 -0400 Subject: op and ir matching definitions --- docs/type_system/select.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/type_system/select.md') diff --git a/docs/type_system/select.md b/docs/type_system/select.md index 9218b56..31ad83c 100644 --- a/docs/type_system/select.md +++ b/docs/type_system/select.md @@ -27,6 +27,6 @@ Mask `definition Select[[MASK]; Void; Collection[VAR_TREE_LIST; .symbol]] ## Definition Example ```text -E : Enum[I64; .a; .b; .c] -`log E // Enum[I64; .a : 0; .b : 1; .c : 2] +e : Enum[I64; .a; .b; .c] +`log E // Select[[ENUM] I64; .a : 0; .b : 1; .c : 2] ``` -- cgit v1.2.3