diff options
Diffstat (limited to 'docs/type_system/index.md')
| -rw-r--r-- | docs/type_system/index.md | 40 |
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) |
