summaryrefslogtreecommitdiff
path: root/docs/type_system/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-08 10:03:05 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-08 10:03:05 -0400
commitdda8ef8f15662e7621251148eb1b1da7a22f199b (patch)
treee19492b2f5ac6710e20c53b09d64ce4e4aec7a3e /docs/type_system/index.md
parentf00fe3aaca06fb652ae51f44ce82289a4c3ccd5b (diff)
examples with unqiue and operators
Diffstat (limited to 'docs/type_system/index.md')
-rw-r--r--docs/type_system/index.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md
index 21168b9..acec8de 100644
--- a/docs/type_system/index.md
+++ b/docs/type_system/index.md
@@ -30,13 +30,11 @@ Denotes that a field that does not resolve to anything
## Transient Templates
-* #### Option
+* #### [Option](./option.md)
-* #### Result
+* #### [Result](./result.md)
-## Container Templates
-
-* #### String
+## Nullable Templates
* #### Tuple
@@ -52,9 +50,13 @@ Denotes that a field that does not resolve to anything
* #### Queue
+* #### Error
+
+## Container Templates
+
* #### Union
-* #### Namespace
+* #### Shared
## Function Templates
@@ -72,7 +74,7 @@ Denotes that a field that does not resolve to anything
## AST Templates
-* #### Literal
+* #### Token
* #### Value