mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
ML bindings: list/array are now called z3array/z3list to avoid confusion.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
544a74f034
commit
983a0fb16f
2 changed files with 2 additions and 6 deletions
|
@ -2670,7 +2670,3 @@ let global_param_reset_all =
|
|||
|
||||
let toggle_warning_messages ( enabled: bool ) =
|
||||
Z3native.toggle_warning_messages enabled
|
||||
|
||||
|
||||
module Array = Z3Array
|
||||
module List = Z3List
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue