fix(library/local_context): typo
This commit is contained in:
parent
7bf3e2ffbb
commit
bd18516ddd
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ bool depends_on(local_decl const & d, unsigned num, expr const * locals) {
|
|||
return true;
|
||||
if (auto v = d.get_value())
|
||||
return depends_on(*v, num, locals);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool depends_on(expr const & e, buffer<expr> const & locals) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue