chore(frontends/lean/elaborator): replace ... withe exception
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
2e6184a721
commit
91e8f0b8fa
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ class elaborator {
|
||||||
m_tactic_result = tac(m_elab.m_env, m_elab.m_ios, ps);
|
m_tactic_result = tac(m_elab.m_env, m_elab.m_ios, ps);
|
||||||
if (auto cs = get_next_tactic_result())
|
if (auto cs = get_next_tactic_result())
|
||||||
return cs;
|
return cs;
|
||||||
} catch (...) {}
|
} catch (exception &) {}
|
||||||
}
|
}
|
||||||
return optional<constraints>();
|
return optional<constraints>();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue