mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
12 lines
279 B
Plaintext
12 lines
279 B
Plaintext
/* Copyright (c) Microsoft Corporation */
|
|
|
|
quote(mli,"
|
|
(**
|
|
Summary: \[ [ get_array_sort c t ] \] is the domain and the range of [t].
|
|
|
|
- {b See also}: {!get_array_sort_domain}
|
|
- {b See also}: {!get_array_sort_range}
|
|
*)
|
|
val get_array_sort: context -> sort -> sort * sort
|
|
");
|