This commit is contained in:
Denis Merigoux 2023-06-02 15:41:27 +02:00
parent 17414808ce
commit ddee094783
No known key found for this signature in database
GPG Key ID: EE99DCFA365C3EE3

View File

@ -18,9 +18,8 @@
without the expected backend. All functions print an error message and exit *)
let dummy () =
Catala_utils.Cli.error_print
"This instance of Catala was compiled without Z3 support.";
exit 124
Catala_utils.Messages.raise_error
"This instance of Catala was compiled without Z3 support."
module Io = struct
let init_backend () = dummy ()