iter 22b.3.6: fix — quality-review (shadow-aware walker, cross-mod test, Option-typed targets, const helper)

This commit is contained in:
2026-05-09 21:21:33 +02:00
parent d1b590ceab
commit 7f260b82ad
4 changed files with 408 additions and 68 deletions
+7 -1
View File
@@ -26,7 +26,13 @@
"methods": [
{
"name": "show",
"body": { "t": "lit", "lit": { "kind": "str", "value": "n" } }
"body": {
"t": "lam",
"params": ["x"],
"paramTypes": [{ "k": "var", "name": "a" }],
"retType": { "k": "con", "name": "Str" },
"body": { "t": "lit", "lit": { "kind": "str", "value": "n" } }
}
}
]
}