mirror of
https://github.com/Z3Prover/z3
synced 2026-06-28 03:18:49 +00:00
use expr based access to enodes to allow for storing first-class lambas
This commit is contained in:
parent
5f3088f3b5
commit
2cc4422018
54 changed files with 301 additions and 279 deletions
|
|
@ -99,7 +99,7 @@ namespace smt {
|
|||
* then case-expand `n`. If it's a macro we can also immediately
|
||||
* body-expand it.
|
||||
*/
|
||||
void theory_recfun::relevant_eh(app * n) {
|
||||
void theory_recfun::relevant_eh(expr * n) {
|
||||
SASSERT(ctx.relevancy());
|
||||
// TRACEFN("relevant_eh: (defined) " << u().is_defined(n) << " " << mk_pp(n, m));
|
||||
if (u().is_defined(n) && u().has_defs())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue