From 9d6a15b55bc948227401cb0be721e764e8053b50 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 9 Jun 2026 14:01:57 -0400 Subject: add name to application --- docs/type_system/bit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/type_system/bit.md') diff --git a/docs/type_system/bit.md b/docs/type_system/bit.md index e07c804..18ac6a8 100644 --- a/docs/type_system/bit.md +++ b/docs/type_system/bit.md @@ -5,9 +5,9 @@ A sequence of bits that can fit into a general register ```text -Bit_size `alias Enum[.bit_any; .bit8; .bit16; .bit32; .bit64] +Bit_size `alias Enum[Void; .bit_any; .bit8; .bit16; .bit32; .bit64] -Bit_representation `alias Enum[ +Bit_representation `alias Enum[Void .numeric; .int; .int_unsiged; .int_signed; .float .utf8; .utf16; .utf32 .bool -- cgit v1.2.3