From f1773b4959a35f28b37617f775f4fc1683e4f654 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 12 Jul 2026 11:43:56 -0400 Subject: function types --- docs/type_system/empty.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/empty.md') diff --git a/docs/type_system/empty.md b/docs/type_system/empty.md index 5903c19..9466493 100644 --- a/docs/type_system/empty.md +++ b/docs/type_system/empty.md @@ -11,7 +11,7 @@ Container type can be null ## Use with `Result` Union ```text -make_array : ([yes] +make_array : ([Bool.yes] ? yes { `value Array $ (1; 2; 3) `null -- cgit v1.2.3