mirror of
https://github.com/Z3Prover/z3
synced 2025-12-05 03:26:45 +00:00
open_log returns bool
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bcf2c0b3a9
commit
8346bb6679
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ type context = Z3native.context
|
|||
module Log =
|
||||
struct
|
||||
let open_ filename =
|
||||
lbool_of_int (Z3native.open_log filename) = L_TRUE
|
||||
(Z3native.open_log filename)
|
||||
let close = Z3native.close_log
|
||||
let append = Z3native.append_log
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue