From 5fadfba312fcd0367a3341c5d194b7955627c177 Mon Sep 17 00:00:00 2001 From: nodist Date: Sat, 11 Jul 2026 21:37:00 -0400 Subject: remove imcomplete functions --- docs/type_system/bit.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/type_system/bit.md') diff --git a/docs/type_system/bit.md b/docs/type_system/bit.md index f730563..26d5a98 100644 --- a/docs/type_system/bit.md +++ b/docs/type_system/bit.md @@ -9,7 +9,8 @@ SIZE_FLAGS : BIT_ANY | BIT8 | BIT16 | BIT32 | BIT64 REPRESENTATION_FLAGS : INT | INT_UNSIGNED | INT_SIGNED | FLOAT | UTF8 | UTF16 | UTF32 | - BOOL + BOOL | + TYPE Bit[[SIZE_FLAGS | REPRESENTATION_FLAGS]] ``` @@ -51,6 +52,8 @@ F64 `alias Bit[[BIT64 | FLOAT]] Char `alias Bit[[BIT32 | UTF8]] Bool `alias Bit[[BIT8 | BOOL]] + +Type `alias Bit[[BIT64 | TYPE]] ``` # Operators @@ -123,3 +126,7 @@ typedef ssize_t kpl_interface_compare(const kpl_any any_a, const kpl_any any_b); c : 'Σ' `log c // Char $ 'Σ' ``` + +# Type + +KPL Types as values -- cgit v1.2.3