mirror of
https://github.com/Z3Prover/z3
synced 2026-05-25 19:36:20 +00:00
parent
ce6abd65db
commit
c33a725bd8
2 changed files with 4 additions and 0 deletions
|
|
@ -1325,6 +1325,7 @@ struct
|
|||
let mk_re_loop = Z3native.mk_re_loop
|
||||
let mk_re_intersect ctx args = Z3native.mk_re_intersect ctx (List.length args) args
|
||||
let mk_re_complement = Z3native.mk_re_complement
|
||||
let mk_re_diff = Z3native.mk_re_diff
|
||||
let mk_re_empty = Z3native.mk_re_empty
|
||||
let mk_re_full = Z3native.mk_re_full
|
||||
let mk_char = Z3native.mk_char
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue