From 70cbe8d5818ad63fad951d1b971e817acc9e76b1 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 12 May 2026 11:20:03 -0400 Subject: remove regex as it's own type --- docs/type_system/var.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/var.md') diff --git a/docs/type_system/var.md b/docs/type_system/var.md index cc7c275..bea4f82 100644 --- a/docs/type_system/var.md +++ b/docs/type_system/var.md @@ -7,5 +7,5 @@ A unique identifier for a function ```text Var_class `alias Enum[.arg; .local] -Var[TYPE; Var_class; Value[U64;...]; FN] +Var[Var_class; TYPE; Value[U64;...]; FN] ``` -- cgit v1.2.3