From 51d055dc7e1a6edbaedb7ea80b1e678eff924fe0 Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 10 Jun 2026 13:34:38 -0400 Subject: specify type representation --- docs/type_system/name.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/type_system/name.md') diff --git a/docs/type_system/name.md b/docs/type_system/name.md index 1b7c82c..10a6ac3 100644 --- a/docs/type_system/name.md +++ b/docs/type_system/name.md @@ -3,7 +3,5 @@ --- ```text -Name_class `alias Enum[Void; .unknown; .is_type; .alias_type; .unique_type] - -Name[Name_class; TYPE; NAME_IDENTIFIER] +Name[[UNKNOWN | IS_TYPE | ALIAS_TYPE | UNIQUE_TYPE] TYPE; NAME_IDENTIFIER] ``` -- cgit v1.2.3