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
Just like holdUniqDynamic, when a type has an Eq instance such that a == b does not guarantee that forall f. f a == f b, the time at which deduplication starts becomes significant. Since we have no way of determining whether the user's Eq instance has this property or not, we should make them specify the time by using MonadHold.
The text was updated successfully, but these errors were encountered:
Just like
holdUniqDynamic
, when a type has anEq
instance such thata == b
does not guarantee thatforall f. f a == f b
, the time at which deduplication starts becomes significant. Since we have no way of determining whether the user's Eq instance has this property or not, we should make them specify the time by using MonadHold.The text was updated successfully, but these errors were encountered: