Function z3_sys::Z3_update_term
[−]
[src]
pub unsafe extern "C" fn Z3_update_term(
c: Z3_context,
a: Z3_ast,
num_args: c_uint,
args: *const Z3_ast
) -> Z3_ast
Update the arguments of term a using the arguments args.
The number of arguments num_args should coincide
with the number of arguments to a.
If a is a quantifier, then num_args has to be 1.