From 70cbe8d5818ad63fad951d1b971e817acc9e76b1 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 12 May 2026 11:20:03 -0400 Subject: remove regex as it's own type --- docs/type_system/fn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/type_system/fn.md') diff --git a/docs/type_system/fn.md b/docs/type_system/fn.md index 6706513..e88fb7c 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; .task; .native] +Fn_class `alias Enum[.partial; .complete; .iterator; .closure; .bound; .task; .regex; .native] -Fn[RETURN_TYPE; ARGS; SCOPE; STATE; CODE; Fn_class] +Fn[Fn_class; RETURN_TYPE; ARGS; STATE; CODE; List] ``` -- cgit v1.2.3