diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-08 16:17:14 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-08 16:17:14 -0400 |
| commit | ca458bfcd65c3a094fd0721cb5cd9f74dee5f845 (patch) | |
| tree | 084de1c6d98fd1cdffe3d0bc47ed5af24e491fb8 /docs/type_system/name.md | |
| parent | 47dfee7481d9f64d0518ea7a408af113cffd84c6 (diff) | |
remove action from ast
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 d506201..343232b 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; Is[Void; Value; Var]] +Name[Name_class; TYPE] ``` |
