mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 21:33:39 +00:00
parent
211a6c8752
commit
b8a437bd8a
8 changed files with 60 additions and 36 deletions
|
@ -336,7 +336,6 @@ namespace recfun {
|
|||
return alloc(def, m(), m_fid, name, n, domain, range, is_generated);
|
||||
}
|
||||
|
||||
|
||||
void util::set_definition(replace& subst, promise_def & d, bool is_macro, unsigned n_vars, var * const * vars, expr * rhs) {
|
||||
expr_ref rhs1(rhs, m());
|
||||
if (!is_macro)
|
||||
|
@ -531,7 +530,6 @@ namespace recfun {
|
|||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
case_expansion::case_expansion(recfun::util& u, app * n) :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue