summaryrefslogtreecommitdiff
path: root/docs/type_system/fn.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-13 16:12:32 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-13 16:12:32 -0400
commitd4ff8cfd8c9d1881cfc672a10d1f787e633fffaa (patch)
treeeb2eb61118004dcd8a77cda29986d4c9cde6fdd9 /docs/type_system/fn.md
parent70cbe8d5818ad63fad951d1b971e817acc9e76b1 (diff)
all functions return a task
Diffstat (limited to 'docs/type_system/fn.md')
-rw-r--r--docs/type_system/fn.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/type_system/fn.md b/docs/type_system/fn.md
index e88fb7c..c5517da 100644
--- a/docs/type_system/fn.md
+++ b/docs/type_system/fn.md
@@ -3,7 +3,7 @@
---
```text
-Fn_class `alias Enum[.partial; .complete; .iterator; .closure; .bound; .task; .regex; .native]
+Fn_class `alias Enum[.partial; .complete; .iterator; .closure; .bound; .regex; .native]
-Fn[Fn_class; RETURN_TYPE; ARGS; STATE; CODE; List]
+Fn[Fn_class; RETURN_TYPE; ARGS; STATE; List]
```