3 lines
86 B
Text
3 lines
86 B
Text
let main =
|
|
if (failure 0) then { print error_message }
|
|
else { exit EXIT_FAILURE }
|