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