mirror of
https://github.com/Z3Prover/z3
synced 2026-05-25 19:36:20 +00:00
Expose other mk_seq_replace variants in OCaml bindings (#9586)
Also update the documentation for the base `mk_seq_replace` function to match the new inline documentation style.
This commit is contained in:
parent
1323530001
commit
ce6abd65db
2 changed files with 17 additions and 1 deletions
|
|
@ -1297,6 +1297,9 @@ struct
|
|||
let mk_seq_contains = Z3native.mk_seq_contains
|
||||
let mk_seq_extract = Z3native.mk_seq_extract
|
||||
let mk_seq_replace = Z3native.mk_seq_replace
|
||||
let mk_seq_replace_all = Z3native.mk_seq_replace_all
|
||||
let mk_seq_replace_re = Z3native.mk_seq_replace_re
|
||||
let mk_seq_replace_re_all = Z3native.mk_seq_replace_re_all
|
||||
let mk_seq_at = Z3native.mk_seq_at
|
||||
let mk_seq_length = Z3native.mk_seq_length
|
||||
let mk_seq_nth = Z3native.mk_seq_nth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue