fix(kernel/type_checker): disable expression caching in asynchronous proof checking
This commit is contained in:
parent
ad713c81b4
commit
1437ee9599
1 changed files with 1 additions and 0 deletions
|
|
@ -760,6 +760,7 @@ public:
|
|||
}
|
||||
|
||||
expr execute() override {
|
||||
scoped_expr_caching disable(false);
|
||||
bool memoize = true;
|
||||
bool trusted_only = m_decl.is_trusted();
|
||||
type_checker checker(m_env, memoize, trusted_only);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue