diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-06 15:42:50 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-06 15:42:50 -0400 |
| commit | 7df3d08d8dd0d81f24f0788b44efd37883d3c1c8 (patch) | |
| tree | 8a30d983fe92451f2b7048e06ee8f1121e314a6a /docs/type_system/name.md | |
| parent | 1d5f5dd3cd5cc07352379fe33930770e3d203f3a (diff) | |
start io and remove print op
Diffstat (limited to 'docs/type_system/name.md')
| -rw-r--r-- | docs/type_system/name.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/name.md b/docs/type_system/name.md index 343232b..d506201 100644 --- a/docs/type_system/name.md +++ b/docs/type_system/name.md @@ -5,5 +5,5 @@ ```text Name_class `alias Enum[.unknown; .data; .alias; .unique] -Name[Name_class; TYPE] +Name[Name_class; Is[Void; Value; Var]] ``` |
