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