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/tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tables.md') diff --git a/docs/tables.md b/docs/tables.md index f0045ef7..83c80b2b 100644 --- a/docs/tables.md +++ b/docs/tables.md @@ -17,7 +17,7 @@ table := {"A"=10, "B"=20} Empty tables must specify the key and value types explicitly: ```tomo -empty := {:Text=Int} +empty : {Text=Int} = {} ``` For type annotations, a table that maps keys with type `K` to values of type -- cgit v1.2.3