diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-10 16:22:47 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-10 16:22:47 -0400 |
| commit | 6cf3ace5c115ad065de248936f41eda7965fa7a9 (patch) | |
| tree | 9986219563aaa8e829486b1aaa32248923f8a0b3 /docs/type_system/state.md | |
| parent | 43b760058ae67f060fe89e6538d872fe982b3cb6 (diff) | |
add all type pages
Diffstat (limited to 'docs/type_system/state.md')
| -rw-r--r-- | docs/type_system/state.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/type_system/state.md b/docs/type_system/state.md new file mode 100644 index 0000000..c1318ff --- /dev/null +++ b/docs/type_system/state.md @@ -0,0 +1,15 @@ +# State + +--- + +```text +State_class : Enum[.iterator; .closure; .task] + +State[STATE; FN; State_class] +``` + +# Iterator + +# Closure + +# Task |
