diff options
Diffstat (limited to 'docs/type_system/fn.md')
| -rw-r--r-- | docs/type_system/fn.md | 6 |
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 |
