fix(library/defeq_canonizer): typo
This commit is contained in:
parent
085c52938e
commit
feb9f13d5f
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ struct defeq_canonize_fn {
|
|||
|
||||
void insert_M(name const & h, expr const & e) {
|
||||
list<expr> const * lst = m_cache.m_M.find(h);
|
||||
if (*lst) {
|
||||
if (lst) {
|
||||
m_cache.m_M.insert(h, cons(e, *lst));
|
||||
} else {
|
||||
m_cache.m_M.insert(h, to_list(e));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue