Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fromUniqDynamic should be in MonadHold #432

Open
ryantrinkle opened this issue Jun 11, 2020 · 0 comments
Open

fromUniqDynamic should be in MonadHold #432

ryantrinkle opened this issue Jun 11, 2020 · 0 comments

Comments

@ryantrinkle
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant