summaryrefslogtreecommitdiff
path: root/mkdocs.yml
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 /mkdocs.yml
parent70cbe8d5818ad63fad951d1b971e817acc9e76b1 (diff)
all functions return a task
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index a9733dd..5011f46 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -18,7 +18,6 @@ nav:
- Flag: 'type_system/flag.md'
- Int: 'type_system/int.md'
- Float: 'type_system/float.md'
- - Option: 'type_system/option.md'
- Result: 'type_system/result.md'
- Lock: 'type_system/lock.md'
- Tuple: 'type_system/tuple.md'
@@ -30,6 +29,7 @@ nav:
- Error: 'type_system/error.md'
- Var: 'type_system/var.md'
- Fn: 'type_system/fn.md'
+ - Task: 'type_system/task.md'
- Overload: 'type_system/overload.md'
- Value: 'type_system/value.md'
- Name: 'type_system/name.md'