From c71cd186644570eb25c45ded7837b0e7aa54987a Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 21 May 2026 15:26:56 -0400 Subject: int and float under bits type --- docs/type_system/index.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/type_system/index.md') 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 -- cgit v1.2.3