From d3a576f02b5d02245ce98741ffa6440ba5179cfb Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 11 May 2026 17:05:10 -0400 Subject: reduce number of types --- docs/type_system/map.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/type_system/map.md') diff --git a/docs/type_system/map.md b/docs/type_system/map.md index 4133bd5..e8c220e 100644 --- a/docs/type_system/map.md +++ b/docs/type_system/map.md @@ -5,3 +5,9 @@ ```text Map[KEY_TYPE; VALUE_TYPE] ``` + +## Alias + +```text +Set[Any] `alias Map[Void; Any] +``` -- cgit v1.2.3