From 0b8074154e2671691050bdb3bcb33245625a056c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 4 Apr 2025 17:06:09 -0400 Subject: First working compile of refactor to add explicit typing to declarations and support untyped empty collections and `none`s --- docs/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/functions.md') diff --git a/docs/functions.md b/docs/functions.md index edd1261a..9f95277f 100644 --- a/docs/functions.md +++ b/docs/functions.md @@ -82,7 +82,7 @@ func _add(x, y:Int -> Int): return x + y struct add_args(x,y:Int) -add_cache := @{:add_args,Int} +add_cache : @{add_args=Int} = @{} func add(x, y:Int -> Int): args := add_args(x, y) -- cgit v1.2.3