mirror of
https://github.com/Z3Prover/z3
synced 2026-05-25 19:36:20 +00:00
nit
This commit is contained in:
parent
bb73d5fc8e
commit
24bb93c3e4
1 changed files with 2 additions and 3 deletions
|
|
@ -273,10 +273,9 @@ namespace euf {
|
|||
unsigned arity = f->get_arity();
|
||||
SASSERT(is_lambda(lam));
|
||||
|
||||
if (arity == 0) {
|
||||
if (arity == 0)
|
||||
// Constant lambda-def: just return the lambda expression
|
||||
return expr_ref(lam, m);
|
||||
}
|
||||
return expr_ref(lam, m);
|
||||
|
||||
var_subst subst(m, false);
|
||||
expr_ref r = subst(lam, to_app(e)->get_num_args(), to_app(e)->get_args());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue