mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
/* Copyright (c) Microsoft Corporation */
|
|
|
|
quote(mli,"
|
|
(**
|
|
Summary: \[ [ get_pattern_terms c p ] \] is the ast's in pattern.
|
|
|
|
- {b See also}: {!get_pattern_num_terms}
|
|
- {b See also}: {!get_pattern}
|
|
*)
|
|
val get_pattern_terms: context -> pattern -> ast array;;
|
|
");
|