diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-11 17:05:10 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-11 17:05:10 -0400 |
| commit | d3a576f02b5d02245ce98741ffa6440ba5179cfb (patch) | |
| tree | 86031e3cc117daf9bb2770377d7c75f30044501b /docs/type_system/index.md | |
| parent | 6cf3ace5c115ad065de248936f41eda7965fa7a9 (diff) | |
reduce number of types
Diffstat (limited to 'docs/type_system/index.md')
| -rw-r--r-- | docs/type_system/index.md | 32 |
1 files changed, 11 insertions, 21 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md index 8ef6b83..4cc3586 100644 --- a/docs/type_system/index.md +++ b/docs/type_system/index.md @@ -1,7 +1,13 @@ -# Templates +# Types + +* #### [Alias](./alias.md) + +* #### [Unique](./unique.md) --- +# Templates + A template is an incomplete type ```text @@ -40,18 +46,10 @@ Denotes that a field that does not resolve to anything * #### [Tuple](./tuple.md) -* #### [Table](./table.md) - * #### [Buffer](./buffer.md) -* #### [Array](./array.md) - -* #### [Vector](./vector.md) - * #### [Map](./map.md) -* #### [Set](./set.md) - * #### [Queue](./queue.md) * #### [Union](./union.md) @@ -62,32 +60,24 @@ Denotes that a field that does not resolve to anything ## Function Templates +* #### [Regex](./regex.md) + * #### [Var](./var.md) * #### [Fn](./fn.md) -* #### [State](./state.md) - -* #### [Regex](./regex.md) +* #### [Overload](./overload.md) ## AST Templates -* #### [Namespace](./namespace.md) - -* #### [Token](./token.md) - * #### [Value](./value.md) -* #### [Clause](./clause.md) - * #### [Name](./name.md) -* #### [Define](./define.md) - * #### [Symbol](./symbol.md) * #### [Op](./op.md) * #### [List](./list.md) -* #### [Action](./action.md) +* #### [Namespace](./namespace.md) |
