diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-12 11:43:56 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-12 11:43:56 -0400 |
| commit | f1773b4959a35f28b37617f775f4fc1683e4f654 (patch) | |
| tree | 9a7188c386d117d198e818087b04f180942c36ae /docs/type_system/empty.md | |
| parent | 5fadfba312fcd0367a3341c5d194b7955627c177 (diff) | |
function types
Diffstat (limited to 'docs/type_system/empty.md')
| -rw-r--r-- | docs/type_system/empty.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
