mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
/* Copyright (c) Microsoft Corporation */
|
|
|
|
quote(mli,"
|
|
(**
|
|
Summary: \[ [ get_domains c d ] \] is the array of parameters of [d].
|
|
|
|
- {b See also}: {!get_domain_size}
|
|
- {b See also}: {!get_domain}
|
|
*)
|
|
val get_domains: context -> func_decl -> sort array
|
|
");
|