Skip to content

Commit

Permalink
fix #5308
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed May 28, 2021
1 parent 48beb81 commit f42d4a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ackermannization/lackr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ bool lackr::collect_terms() {
}
if (m_autil.is_as_array(curr, f))
m_non_funs.mark(f, true);
if (m_autil.is_map(curr))
m_non_funs.mark(m_autil.get_map_func_decl(curr), true);
break;
}
case AST_QUANTIFIER:
Expand Down

0 comments on commit f42d4a5

Please sign in to comment.