diff options
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 |
