summaryrefslogtreecommitdiff
path: root/docs/type_system/fn.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-16 17:17:26 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-16 17:17:26 -0400
commit27937495dfd7a376538d8ef3834f12f5c8eb5c0d (patch)
tree7843d7fbf64479f1174cbf2ab279d4b722924d62 /docs/type_system/fn.md
parentde1b4d5b6444417a163e90b032f487c91e62c8a4 (diff)
remove `call_native
Diffstat (limited to 'docs/type_system/fn.md')
-rw-r--r--docs/type_system/fn.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/type_system/fn.md b/docs/type_system/fn.md
index edbc04a..6a954bf 100644
--- a/docs/type_system/fn.md
+++ b/docs/type_system/fn.md
@@ -40,7 +40,7 @@ it : fn `sync 10
// invoking
@ it { `log v }[v] // Opton[Int[...]].v $ (.some : 2); Opton[Int[...]].v $ (.some : 4)
// same as above
-@ `has_next it { `log it() }
+@ `has_next it { `log `call_sync it }
```
# Calling
@@ -57,7 +57,3 @@ value : `task_wait task
```text
fn `call_sync args // `task_wait fn `call_async args
```
-
-## \`call_native
-
-For calling native code