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
In the current state, we throw an error stating that hashing a specific type is not implemented. This happens totally in the back-end when we try to hash the object.
However, we do not catch types which cannot be hashed. All mutable types are incompatible to become a key in a dict and element in a set. We should detect them early at the ASR level and throw an error.