You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The call to isFunction fails on impredicative holes, resulting in the Introduce lambda code action not appearing, and the intros tactic making no progress. The ctxDefiningFuncs has a corresponding polytype that we can use instead, but it's non-trivial to determine if we've already bound any arguments.
The text was updated successfully, but these errors were encountered:
The call to
isFunction
fails on impredicative holes, resulting in theIntroduce lambda
code action not appearing, and theintros
tactic making no progress. ThectxDefiningFuncs
has a corresponding polytype that we can use instead, but it's non-trivial to determine if we've already bound any arguments.The text was updated successfully, but these errors were encountered: