{ "schema": "ailang/v0", "name": "floats", "imports": [], "defs": [ { "kind": "const", "name": "pi", "doc": "Pi as a Float constant. Exercises Def::Const and Literal::Float — the bit pattern below is f64::to_bits(3.14).", "type": { "k": "con", "name": "Float" }, "value": { "t": "lit", "lit": { "kind": "float", "bits": "40091eb851eb851f" } } } ] }