3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

regenerated ml api

This commit is contained in:
Josh Berdine 2012-10-22 03:37:57 +01:00
parent 8231d1cbcf
commit d71595fc1c
3 changed files with 1545 additions and 14 deletions

View file

@ -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