From d3a576f02b5d02245ce98741ffa6440ba5179cfb Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 11 May 2026 17:05:10 -0400 Subject: reduce number of types --- docs/type_system/name.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/name.md') diff --git a/docs/type_system/name.md b/docs/type_system/name.md index f137380..93dcddd 100644 --- a/docs/type_system/name.md +++ b/docs/type_system/name.md @@ -3,7 +3,7 @@ --- ```text -Name_class : Enum[.unknown; .data; .alias; .unique] +Name_class `alias Enum[.unknown; .data; .alias; .unique] Name[TYPE; Name_class; IDENTIFIER; SCOPE] ``` -- cgit v1.2.3