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/namespace.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/type_system/namespace.md') diff --git a/docs/type_system/namespace.md b/docs/type_system/namespace.md index 8879db4..9243280 100644 --- a/docs/type_system/namespace.md +++ b/docs/type_system/namespace.md @@ -3,8 +3,7 @@ --- ```text -Namespace_class `alias Enum[Void; .native; .file] -Namespace[Namespace_class; NAMESPACE_IDENTIFIER] +Namespace[[NATIVE | FILE] NAMESPACE_IDENTIFIER] ``` A file with code -- cgit v1.2.3