summaryrefslogtreecommitdiff
path: root/docs/type_system/function.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-17 14:24:51 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-17 14:24:51 -0400
commit1ccb3c92a4c074a12550c584d3651ace2d7c0131 (patch)
tree3288fc8f7b6bb9e31fe43cfbd3d5e18e61d0207e /docs/type_system/function.md
parent7964cf08ac807ac9e7b6d579a25321a23adc9139 (diff)
qualifiers as %
Diffstat (limited to 'docs/type_system/function.md')
-rw-r--r--docs/type_system/function.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/type_system/function.md b/docs/type_system/function.md
index 814e3c3..57b0abf 100644
--- a/docs/type_system/function.md
+++ b/docs/type_system/function.md
@@ -95,6 +95,8 @@ it : fn `sync 10
}
```
+## Range `..`
+
# Calling
## \`async
@@ -115,3 +117,7 @@ If the callee is a process, an inline await with async is used
```text
fn `sync args // can be turned into `await fn `async args
```
+
+# Binding
+
+## \`bind