summaryrefslogtreecommitdiff
path: root/docs/type_system/index.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/index.md
parent70cbe8d5818ad63fad951d1b971e817acc9e76b1 (diff)
all functions return a task
Diffstat (limited to 'docs/type_system/index.md')
-rw-r--r--docs/type_system/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md
index 80c32f4..d4a5c4f 100644
--- a/docs/type_system/index.md
+++ b/docs/type_system/index.md
@@ -36,8 +36,6 @@ Denotes that a field that does not resolve to anything
## Transient Templates
-* #### [Option](./option.md)
-
* #### [Result](./result.md)
* #### [Lock](./lock.md)
@@ -64,6 +62,8 @@ Denotes that a field that does not resolve to anything
* #### [Fn](./fn.md)
+* #### [Task](./task.md)
+
* #### [Overload](./overload.md)
## AST Templates