From a41e83e6a28d17e41fcf90c4d39003a06fa9ba51 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 22 May 2026 16:56:03 -0400 Subject: start adding ops to types --- docs/type_system/map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system/map.md') diff --git a/docs/type_system/map.md b/docs/type_system/map.md index 9d62b13..70331e6 100644 --- a/docs/type_system/map.md +++ b/docs/type_system/map.md @@ -6,7 +6,7 @@ Map[KEY_TYPE; VALUE_TYPE] ``` -## Alias +# Alias ```text Set[Any] `alias Map[Any; Void] -- cgit v1.2.3