mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
regenerated ml api
This commit is contained in:
parent
8231d1cbcf
commit
d71595fc1c
3 changed files with 1545 additions and 14 deletions
5
ml/z3.ml
5
ml/z3.ml
|
@ -198,6 +198,7 @@ and decl_kind =
|
|||
| OP_PR_SKOLEMIZE
|
||||
| OP_PR_MODUS_PONENS_OEQ
|
||||
| OP_PR_TH_LEMMA
|
||||
| OP_PR_HYPER_RESOLVE
|
||||
| OP_RA_STORE
|
||||
| OP_RA_EMPTY
|
||||
| OP_RA_IS_EMPTY
|
||||
|
@ -342,6 +343,9 @@ external param_descrs_size : context -> param_descrs -> int
|
|||
external param_descrs_get_name : context -> param_descrs -> int -> symbol
|
||||
= "camlidl_z3_Z3_param_descrs_get_name"
|
||||
|
||||
external param_descrs_to_string : context -> param_descrs -> string
|
||||
= "camlidl_z3_Z3_param_descrs_to_string"
|
||||
|
||||
|
||||
(**
|
||||
Refined view of a {!symbol}.
|
||||
|
@ -2153,6 +2157,7 @@ and decl_kind =
|
|||
| OP_PR_SKOLEMIZE
|
||||
| OP_PR_MODUS_PONENS_OEQ
|
||||
| OP_PR_TH_LEMMA
|
||||
| OP_PR_HYPER_RESOLVE
|
||||
| OP_RA_STORE
|
||||
| OP_RA_EMPTY
|
||||
| OP_RA_IS_EMPTY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue