align with new @hide syntax

This commit is contained in:
2026-08-10 22:48:38 +02:00
parent 8de7ec341e
commit 891dc6516e
13 changed files with 150 additions and 94 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ StringMap proc($V type) type {
}
}
hide Pair proc($V type) type {
@hide:file
Pair proc($V type) type {
return struct { []u8, V }
}