4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
let main (p, s : bool * unit) =
|
|
let u : unit = assert p in
|
|
([] : operation list), s
|