From 040fb35732e6c7c0d8f4ccf7c9bee7242cea6939 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 1 Jun 2026 18:08:43 -0400 Subject: update action syntax and start application --- docs/type_system/shared.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/type_system/shared.md') diff --git a/docs/type_system/shared.md b/docs/type_system/shared.md index 54c9dc5..84366ab 100644 --- a/docs/type_system/shared.md +++ b/docs/type_system/shared.md @@ -28,8 +28,8 @@ Counting or tracing will determined later on ```text x : Shared[Vector] $ (1; 2; 3) -^ x { +^ x {[y] y `push 4 -}[y] +} `log x // Shared[.counting; Vector[I64]] $ (1; 2; 3; 4) ``` -- cgit v1.2.3