{ "schema": "ailang/v0", "name": "ws_main", "imports": [ { "module": "ws_lib" } ], "defs": [ { "kind": "fn", "name": "main", "type": { "k": "fn", "params": [], "ret": { "k": "con", "name": "Unit" }, "effects": ["IO"] }, "params": [], "doc": "Iter 5a fixture: Eintrittsmodul, importiert ws_lib (noch ungenutzt — Cross-Module-Aufruf folgt in 5b/5c).", "body": { "t": "do", "op": "io/print_int", "args": [ { "t": "lit", "lit": { "kind": "int", "value": 0 } } ] } } ] }