From 6cf3ace5c115ad065de248936f41eda7965fa7a9 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 10 May 2026 16:22:47 -0400 Subject: add all type pages --- docs/type_system/index.md | 40 ++++++++++++++++++---------------------- 1 file changed, 18 insertions(+), 22 deletions(-) (limited to 'docs/type_system/index.md') 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) -- cgit v1.2.3