mirror of
https://github.com/Z3Prover/z3
synced 2026-06-14 04:45:39 +00:00
Implement register_on_clause for OCaml and TypeScript bindings
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
c4f85493a7
commit
234913bf56
11 changed files with 159 additions and 14 deletions
|
|
@ -37,3 +37,6 @@ type rcf_num = ptr
|
|||
|
||||
external set_internal_error_handler : ptr -> unit
|
||||
= "n_set_internal_error_handler"
|
||||
|
||||
external solver_register_on_clause : context -> solver -> (ast option -> int list -> ast_vector -> unit) -> unit
|
||||
= "n_solver_register_on_clause"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue