mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 03:33:35 +00:00
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
/* Copyright (c) Microsoft Corporation */
|
|
|
|
quote(mli,"
|
|
(**
|
|
Summary: \[ [ get_app_args c a ] \] is the array of arguments of an application. If [t] is a constant, then the array is empty.
|
|
|
|
- {b See also}: {!get_app_num_args}
|
|
- {b See also}: {!get_app_arg}
|
|
*)
|
|
val get_app_args: context -> app -> ast array
|
|
");
|