-
Notifications
You must be signed in to change notification settings - Fork 179
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 intersections, intersectionsWith #359
Comments
I don't really see any need for On Nov 23, 2016 3:05 AM, "Icelandjack" [email protected] wrote:
|
intersections :: NonEmpty (IntMap a) -> IntMap a
intersectionsWith :: (a -> a -> a) -> NonEmpty (IntMap a) -> IntMap a Is this more/less useful than |
|
Somewhat related: #699 |
Also related: #137 |
Data.Map
andData.IntMap
have the functionsshould there be corresponding functions for intersection?
They could all be given
Foldable
constraints.There are some similar functions, from
data-interval
and
fixplate
The text was updated successfully, but these errors were encountered: