summaryrefslogtreecommitdiff
path: root/docs/type_system/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-10 16:22:47 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-10 16:22:47 -0400
commit6cf3ace5c115ad065de248936f41eda7965fa7a9 (patch)
tree9986219563aaa8e829486b1aaa32248923f8a0b3 /docs/type_system/index.md
parent43b760058ae67f060fe89e6538d872fe982b3cb6 (diff)
add all type pages
Diffstat (limited to 'docs/type_system/index.md')
-rw-r--r--docs/type_system/index.md40
1 files changed, 18 insertions, 22 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md
index 9c8d477..8ef6b83 100644
--- a/docs/type_system/index.md
+++ b/docs/type_system/index.md
@@ -52,46 +52,42 @@ Denotes that a field that does not resolve to anything
* #### [Set](./set.md)
-* #### Queue
+* #### [Queue](./queue.md)
-* #### Error
+* #### [Union](./union.md)
-* #### Union
+* #### [Shared](./shared.md)
-* #### Shared
+* #### [Error](./error.md)
## Function Templates
-* #### Var
+* #### [Var](./var.md)
-* #### Fn
+* #### [Fn](./fn.md)
-* #### Iterator
+* #### [State](./state.md)
-* #### Closure
-
-* #### Task
-
-* #### Regex
+* #### [Regex](./regex.md)
## AST Templates
-* #### Token
+* #### [Namespace](./namespace.md)
-* #### Value
+* #### [Token](./token.md)
-* #### Clause
+* #### [Value](./value.md)
-* #### Name
+* #### [Clause](./clause.md)
-* #### Type
+* #### [Name](./name.md)
-* #### Symbol
+* #### [Define](./define.md)
-* #### Op
+* #### [Symbol](./symbol.md)
-* #### List
+* #### [Op](./op.md)
-* #### Define
+* #### [List](./list.md)
-* #### Action
+* #### [Action](./action.md)