From dda8ef8f15662e7621251148eb1b1da7a22f199b Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 8 May 2026 10:03:05 -0400 Subject: examples with unqiue and operators --- docs/type_system/index.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'docs/type_system/index.md') 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 -- cgit v1.2.3