-
Notifications
You must be signed in to change notification settings - Fork 139
Add MonadFix instance for Vector #178
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
Comments
Actually, it may be worth the trouble. We don't really want to hold on to |
I *believe* this is equivalent to the instance for `[]`. Writing QuickCheck properties for `mfix` seems pretty tricky, so I just added a small unit test. Fixes haskell#178
I *believe* this is equivalent to the instance for `[]`. Writing QuickCheck properties for `mfix` seems pretty tricky, so I just added a small unit test. Fixes haskell#178
I *believe* this is equivalent to the instance for `[]`. Writing QuickCheck properties for `mfix` seems pretty tricky, so I just added a small unit test. Fixes haskell#178
I *believe* this is equivalent to the instance for `[]`. Writing QuickCheck properties for `mfix` seems pretty tricky, so I just added a small unit test. Fixes haskell#178
Actually, some of this attempt to avoid leaks may be useless (particularly the part that forces use of |
I believe this should be equivalent to the
MonadFix
instance for[]
:Of course, that
generate
can be replaced with something slightly more efficient, but I don't know if it's worth the trouble.The text was updated successfully, but these errors were encountered: