From 1ccb3c92a4c074a12550c584d3651ace2d7c0131 Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 17 Jun 2026 14:24:51 -0400 Subject: qualifiers as % --- docs/type_system/select.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/type_system/select.md') diff --git a/docs/type_system/select.md b/docs/type_system/select.md index 979e9d1..73e7953 100644 --- a/docs/type_system/select.md +++ b/docs/type_system/select.md @@ -5,15 +5,15 @@ A symbol associated with a type ```text -Select[[SINGLE | MULTIPLE] Type; Collection[.symbol : `const Value]] +Select[[SINGLE | MULTIPLE] Type; Collection[.symbol : %const Value]] ``` # Alias ```text -Enum[Generic.T; Collection[.symbol : `const Value]] `alias Select[[SINGLE]; Generic.T; Collection[.symbol : `const Value]] +Enum[Generic.T; Collection[.symbol : %const Value]] `alias Select[[SINGLE]; Generic.T; Collection[.symbol : %const Value]] -Mask[Generic.T; Collection[.symbol : `const Value]] `alias Select[[MULTIPLE]; Generic.T; Collection[.symbol : `const Value]] +Mask[Generic.T; Collection[.symbol : %const Value]] `alias Select[[MULTIPLE]; Generic.T; Collection[.symbol : %const Value]] ``` ## Definition Example -- cgit v1.2.3