{ "schema": "ailang/v0", "name": "bool_to_str_smoke_false", "imports": [], "defs": [ { "kind": "fn", "name": "main", "type": { "k": "fn", "params": [], "ret": { "k": "con", "name": "Unit" }, "effects": ["IO"] }, "params": [], "doc": "Iter 24.1: stdout-smoke for the false branch of bool_to_str. Stdout must be `false\\n` (puts adds the newline). Companion of bool_to_str_drop_rc.ail.json (which covers the true branch and the RC-stats invariant).", "body": { "t": "let", "name": "s", "value": { "t": "app", "fn": { "t": "var", "name": "bool_to_str" }, "args": [{ "t": "lit", "lit": { "kind": "bool", "value": false } }] }, "body": { "t": "do", "op": "io/print_str", "args": [{ "t": "var", "name": "s" }] } } } ] }