mirror of
https://github.com/Z3Prover/z3
synced 2026-03-27 14:55:46 +00:00
parent
8428970a1f
commit
234b53b831
3 changed files with 7 additions and 15 deletions
|
|
@ -436,6 +436,7 @@ void macro_util::quasi_macro_head_to_macro_head(app * qhead, unsigned & num_decl
|
|||
See normalize_expr
|
||||
*/
|
||||
void macro_util::mk_macro_interpretation(app * head, unsigned num_decls, expr * def, expr_ref & interp) const {
|
||||
TRACE("macro_util", tout << mk_pp(head, m_manager) << "\n";);
|
||||
SASSERT(is_macro_head(head, head->get_num_args()));
|
||||
SASSERT(!occurs(head->get_decl(), def));
|
||||
normalize_expr(head, num_decls, def, interp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue