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
I'm not sure I understand a motivation. Hashed is introduced to memoize expensive-ish hashes, so that is the same. Yet it feels that you use hashable as some kind of checksum, and that is wrong use-case.
This would be useful for me for a type (living in a TVar) that:
The implementation should be exactly the same as 'Hashed' without the
{-# UNPACK #-} !Int
. Maybe have a typeclass:The text was updated successfully, but these errors were encountered: