summaryrefslogtreecommitdiff
path: root/docs/type_system/fn.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-13 16:58:29 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-13 16:58:29 -0400
commitc7c05cf589b3235b7b7749ff745005bf2fc543c6 (patch)
treec280d6f8c987fcedec6893bed3e2c3708b2af73a /docs/type_system/fn.md
parentd4ff8cfd8c9d1881cfc672a10d1f787e633fffaa (diff)
result can be some, none, done or error
Diffstat (limited to 'docs/type_system/fn.md')
-rw-r--r--docs/type_system/fn.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/type_system/fn.md b/docs/type_system/fn.md
index c5517da..e6a726a 100644
--- a/docs/type_system/fn.md
+++ b/docs/type_system/fn.md
@@ -7,3 +7,7 @@ Fn_class `alias Enum[.partial; .complete; .iterator; .closure; .bound; .regex; .
Fn[Fn_class; RETURN_TYPE; ARGS; STATE; List]
```
+
+## \`return
+
+## \`yield