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 ancestors of the tuple type (a = Int, b = Float) has itself at index 0. This is also observed if the term is a basic type, and potentially more cases.
Likely an issue with implementations not using the helpers and using the helpers to add stuff to the info map... if they do not use the helpers, then they will be using the shadowed version of ancestors, which has the current node already included.