{ "schema": "ailang/v0", "name": "mq3_two_show_qualified", "imports": [ { "module": "mq3_two_show_ambiguous_a" }, { "module": "mq3_two_show_ambiguous_b" } ], "defs": [ { "kind": "fn", "name": "main", "doc": "mq.3.6 fixture (b): explicit qualifier `mq3_two_show_ambiguous_a.Show.show 42` disambiguates the same workspace as fixture (a). Resolves cleanly to modA's class; typecheck passes.", "type": { "k": "fn", "params": [], "ret": { "k": "con", "name": "Unit" }, "effects": ["IO"] }, "params": [], "body": { "t": "do", "op": "io/print_str", "args": [ { "t": "app", "fn": { "t": "var", "name": "mq3_two_show_ambiguous_a.Show.show" }, "args": [{ "t": "lit", "lit": { "kind": "int", "value": 42 } }] } ] } } ] }