-
Notifications
You must be signed in to change notification settings - Fork 246
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
Add Haskell's Foldable
#1099
Comments
I don't think it's a low hanging fruit. |
Can't we just have a |
Cf. My ICFP2017 talk at TyDe on |
And yes, let's please try to have this: UPDATED This specific point is handled by #2558 (and #2561 for the |
Meanwhile, is the general issue now closed by #2300 ? I hope so! |
The results in
Algebra.Operations.CommutativeMonoid
would really benefit from being proved over a suitableFoldable
structure rather than individually forList
/Vec
/Vector
etc.See https://hackage.haskell.org/package/base-4.12.0.0/docs/Data-Foldable.html
Perhaps someone whose familiar with it, could suggest whether we can leverage dependant types to improve the definition somehow?
The text was updated successfully, but these errors were encountered: