{ "schema": "ailang/v0", "name": "ne_at_int_smoke", "imports": [], "defs": [ { "kind": "fn", "name": "main", "type": { "k": "fn", "params": [], "ret": { "k": "con", "name": "Unit" }, "effects": ["IO"] }, "params": [], "body": { "t": "do", "op": "io/print_int", "args": [{ "t": "if", "cond": { "t": "app", "fn": { "t": "var", "name": "ne" }, "args": [ { "t": "lit", "lit": { "kind": "int", "value": 3 } }, { "t": "lit", "lit": { "kind": "int", "value": 5 } } ] }, "then": { "t": "lit", "lit": { "kind": "int", "value": 1 } }, "else": { "t": "lit", "lit": { "kind": "int", "value": 0 } } }] } } ] }