fix(library/max_sharing): take binder annotations into account
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
47ff300d1a
commit
58b6169e8b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace lean {
|
|||
shared sub-expressions.
|
||||
*/
|
||||
struct max_sharing_fn::imp {
|
||||
typedef typename std::unordered_set<expr, expr_hash, std::equal_to<expr>> expr_cache;
|
||||
typedef typename std::unordered_set<expr, expr_hash, is_bi_equal_proc> expr_cache;
|
||||
|
||||
expr_cache m_cache;
|
||||
|
||||
|
|
Loading…
Reference in a new issue