feat(frontends/lean/elaborator): add flyinfo for placeholders
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8bd36dabce
commit
0c9317b167
1 changed files with 1 additions and 1 deletions
|
@ -1061,7 +1061,7 @@ public:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (is_constant(e) || is_local(e))
|
if (is_constant(e) || is_local(e) || is_placeholder(e))
|
||||||
save_flyinfo_data(e, r);
|
save_flyinfo_data(e, r);
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue