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/operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/operators.md') diff --git a/docs/operators.md b/docs/operators.md index a4b68fa8..a304cf35 100644 --- a/docs/operators.md +++ b/docs/operators.md @@ -75,7 +75,7 @@ first option is to not account for it, in which case you'll get a runtime error if you use a reducer on something that has no values: ```tomo ->> nums := [:Int] +>> nums : [Int] = [] >> (+: nums)! Error: this collection was empty! -- cgit v1.2.3