summaryrefslogtreecommitdiff
path: root/docs/type_system/fn.md
diff options
context:
space:
mode:
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
+```