mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 03:31:23 +00:00
Added ml component
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
454fa7dcdd
commit
bcca613cb2
60 changed files with 40332 additions and 16 deletions
2
ml/add_error_checking.V3.sed
Normal file
2
ml/add_error_checking.V3.sed
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Customize error handling for contexts created in ML:
|
||||
s/Z3_API Z3_mk_context\(_rc\|\)(\(.*\))/Z3_API Z3_mk_context\1(\2) quote(dealloc,\"Z3_set_error_handler(_res, caml_z3_error_handler);\")/g
|
Loading…
Add table
Add a link
Reference in a new issue