fix(frontends/lean/elaborator): typo
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
c9133f33dd
commit
543b1003a6
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ public:
|
||||||
if (coercion_worked) {
|
if (coercion_worked) {
|
||||||
a = new_a;
|
a = new_a;
|
||||||
r = mk_app(f, a, e.get_tag());
|
r = mk_app(f, a, e.get_tag());
|
||||||
} else if (coercion_worked) {
|
} else {
|
||||||
if (has_metavar(a_type) || has_metavar(d_type)) {
|
if (has_metavar(a_type) || has_metavar(d_type)) {
|
||||||
// rely on unification hints to solve this constraint
|
// rely on unification hints to solve this constraint
|
||||||
add_cnstr(mk_eq_cnstr(a_type, d_type, j.get()));
|
add_cnstr(mk_eq_cnstr(a_type, d_type, j.get()));
|
||||||
|
|
Loading…
Reference in a new issue