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/fn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/fn.md') diff --git a/docs/type_system/fn.md b/docs/type_system/fn.md index 458719a..78c7918 100644 --- a/docs/type_system/fn.md +++ b/docs/type_system/fn.md @@ -3,7 +3,7 @@ --- ```text -Fn_class `alias Enum[.partial; .complete; .iterator; .closure; .bound; .regex; .native] +Fn_class `alias Enum[.partial; .native; .process; .iterator; .closure; .bound; .regex] Fn[Fn_class; RETURN_TYPE; ARGS; STATE; List] ``` -- cgit v1.2.3