From d4ff8cfd8c9d1881cfc672a10d1f787e633fffaa Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 13 May 2026 16:12:32 -0400 Subject: all functions return a task --- docs/type_system/var.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/type_system/var.md') diff --git a/docs/type_system/var.md b/docs/type_system/var.md index bea4f82..6fe78c2 100644 --- a/docs/type_system/var.md +++ b/docs/type_system/var.md @@ -2,10 +2,10 @@ --- -A unique identifier for a function +A unique identifier ```text -Var_class `alias Enum[.arg; .local] +Var_class `alias Enum[.arg; .local; .loop; .match] -Var[Var_class; TYPE; Value[U64;...]; FN] +Var[Var_class; TYPE; Value[U64;...]] ``` -- cgit v1.2.3