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
We have a function Pattern.hash : A object -> String which returns the name of the object, in the case of A object being just a reference. Do we also need a unique hash in the This ... case?
We have a function
Pattern.hash : A object -> Stringwhich returns the name of the object, in the case ofA objectbeing just a reference. Do we also need a unique hash in theThis ...case?