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/name.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/type_system/name.md') diff --git a/docs/type_system/name.md b/docs/type_system/name.md index 343232b..9d24f65 100644 --- a/docs/type_system/name.md +++ b/docs/type_system/name.md @@ -3,7 +3,7 @@ --- ```text -Name_class `alias Enum[.unknown; .data; .alias; .unique] +Name_class `alias Enum[Void; .unknown; .data; .alias; .unique] -Name[Name_class; TYPE] +Name[Name_class; TYPE; NAME_IDENTIFIER] ``` -- cgit v1.2.3