summaryrefslogtreecommitdiff
path: root/docs/type_system/fn.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-14 14:30:08 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-14 14:30:08 -0400
commita3ce6487e845a534bd0d710e19957cdf7001a7a8 (patch)
tree0f37ef1d1e1a9e0cfc7efb1f4f3db4f4d9449ebb /docs/type_system/fn.md
parentc7c05cf589b3235b7b7749ff745005bf2fc543c6 (diff)
task holds error
Diffstat (limited to 'docs/type_system/fn.md')
-rw-r--r--docs/type_system/fn.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/type_system/fn.md b/docs/type_system/fn.md
index e6a726a..64c49db 100644
--- a/docs/type_system/fn.md
+++ b/docs/type_system/fn.md
@@ -8,6 +8,20 @@ Fn_class `alias Enum[.partial; .complete; .iterator; .closure; .bound; .regex; .
Fn[Fn_class; RETURN_TYPE; ARGS; STATE; List]
```
+# Returning
+
## \`return
## \`yield
+
+## \`error
+
+# Calling
+
+## \`async
+
+## \`sync
+
+```text
+fn `sync args // `await fn `async args
+```