diff options
Diffstat (limited to 'docs/type_system/index.md')
| -rw-r--r-- | docs/type_system/index.md | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md index 95706e7..21168b9 100644 --- a/docs/type_system/index.md +++ b/docs/type_system/index.md @@ -22,14 +22,12 @@ Denotes that a field that does not resolve to anything * #### [Enum](./enum.md) -* #### Flags +* #### [Flag](./flag.md) * #### [Int](./int.md) * #### [Float](./float.md) -* #### Buffer - ## Transient Templates * #### Option @@ -52,6 +50,10 @@ Denotes that a field that does not resolve to anything * #### Set +* #### Queue + +* #### Union + * #### Namespace ## Function Templates @@ -70,10 +72,16 @@ Denotes that a field that does not resolve to anything ## AST Templates +* #### Literal + * #### Value +* #### Clause + * #### Name +* #### Type + * #### Symbol * #### Op |
