{ "schema": "ailang/v0", "name": "ws_broken", "imports": [ { "module": "ws_lib" } ], "defs": [ { "kind": "fn", "name": "main", "type": { "k": "fn", "params": [], "ret": { "k": "con", "name": "Int" }, "effects": [] }, "params": [], "doc": "Iter 5b negative fixture: ruft ws_lib.bogus auf — Modul existiert, Def nicht. Triggert `unknown-import`.", "body": { "t": "app", "fn": { "t": "var", "name": "ws_lib.bogus" }, "args": [ { "t": "lit", "lit": { "kind": "int", "value": 1 } }, { "t": "lit", "lit": { "kind": "int", "value": 2 } } ] } } ] }