-
Notifications
You must be signed in to change notification settings - Fork 98
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
DietMap #66
Comments
I could add dietmap[A,B] to store items of type B associated with ranges of type A. I dont think it is a problem. I just need other things committed first. |
@stew I am going to start working on this. The interesting part is merging two nodes. Each Node needs the
in other words, we could do something like this:
will result in:
What do you think? Will that work for you @velvia? |
I think that it should require a Semigroup on A instead of using an HList |
That will work too. I will look into it |
Thanks very much!
… On Jun 21, 2017, at 1:25 PM, Nicolas A Perez ***@***.***> wrote:
@velvia <https://github.com/velvia> I have done this and open #94 <#94> make sure you look at the commit message to see how to use it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#66 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABA32_3wSco1xsp3RuBVg0fHXraYIitBks5sGXwwgaJpZM4Khs2W>.
|
That's great! I'd be happy to take a look at them. |
I found Diet, which seems quite nice, but I'm particularly interested in a DietMap, which would allow you to store values associated with each range.
The text was updated successfully, but these errors were encountered: