5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
let main = (p: bool, s: unit) => {
|
|
let u: unit = assert(p);
|
|
([]: list(operation), s);
|
|
};
|