diff options
Diffstat (limited to 'docs/type_system/index.md')
| -rw-r--r-- | docs/type_system/index.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/type_system/index.md b/docs/type_system/index.md index 88dc5e3..266f176 100644 --- a/docs/type_system/index.md +++ b/docs/type_system/index.md @@ -20,6 +20,12 @@ If a field in a template is not filed, one of these are required: Denotes a field in a template that has not resolved +A template by name only expands to all inner fields as `Any` + +```text +Int -> Int[Any; Any; Any] +``` + ##### Is[TYPE; ...] Denotes the type is one of the specified types in the list @@ -32,9 +38,7 @@ Denotes that a field that does not resolve to anything * #### [Enum](./enum.md) -* #### [Int](./int.md) - -* #### [Float](./float.md) +* #### [Bits](./bits.md) ## Container Templates |
