From 4c3c63f39e9ceb5eff26a39f7c53189e700bb2e4 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 8 May 2026 16:42:18 -0400 Subject: combine option with empty --- docs/type_system/qualifiers.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'docs/type_system/qualifiers.md') diff --git a/docs/type_system/qualifiers.md b/docs/type_system/qualifiers.md index 9556d7f..2244101 100644 --- a/docs/type_system/qualifiers.md +++ b/docs/type_system/qualifiers.md @@ -2,10 +2,21 @@ --- -## Const +# Empty -## Nullable +```text +# EMPTY { + .some { args; ... }[args] + .none { ... } +} -## Lock +? EMPTY { args; .... }[args] +``` -## Ref +## \`nil + +# Const + +# Lock + +# Ref -- cgit v1.2.3