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/function.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/type_system/function.md') diff --git a/docs/type_system/function.md b/docs/type_system/function.md index ebd14ea..cd25254 100644 --- a/docs/type_system/function.md +++ b/docs/type_system/function.md @@ -3,20 +3,20 @@ --- ```text -Function_class `alias Enum[ +Function_class `alias Enum[Void .unknown; .incomplete; .native .task; process; .generator; .iterator; .closure; .bound; .regex ] -Function[Function_class; RETURN_TYPE; Collection[TYPE.SYMBOL]; STATE; List] +Function[Function_class; STATE; List; RETURN_TYPE; Collection[TYPE.SYMBOL]] ``` # Alias ```text -Fn[Generic.T; Collection[TYPE.SYMBOL]] `alias Function[Any; Generic.T; Collection[TYPE.SYMBOL]; STATE; List] +Fn[Generic.T; Collection[TYPE.SYMBOL]] `alias Function[Any; STATE; List; Generic.T; Collection[TYPE.SYMBOL]] ``` # Inline Definition -- cgit v1.2.3