From 6cf3ace5c115ad065de248936f41eda7965fa7a9 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 10 May 2026 16:22:47 -0400 Subject: add all type pages --- docs/type_system/state.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/type_system/state.md (limited to 'docs/type_system/state.md') 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 -- cgit v1.2.3