5 lines
93 B
Plaintext
Raw Normal View History

2019-12-10 13:47:31 +00:00
let main = (p: bool, s: unit) => {
let u: unit = assert(p);
([]: list(operation), s);
};