-
Notifications
You must be signed in to change notification settings - Fork 0
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
Accidentally the same library #1
Comments
As far as I can tell, these are similar, but not quite the same. The purpose of this library is to provide a union over types of kind |
You can surely define this newtype:
and then use
|
Ohh interesting. I'll give this a spin. Looks like I'll have to finally learn lenses though. |
So mine is clearly the weakest of the three of these libraries. And on first glance, I think yours is the strongest. So I won't be publishing this to Hackage. But what do you think about the existence of two nearly identical libraries (yours and Andrew's)? Are there changes that could be done to one to obsolete the other? Is the relationship between |
Eventually I'd like to see the |
Is that something you would like to move towards? I can get to work exploring all of this and see what I can do in a pull request. It'd be a good learning experience for me. |
Yes, the |
Cool. Looks like I've got a lot of reading to do. Thanks for everything. |
http://hackage.haskell.org/package/union
int-index/union#3
:)
The text was updated successfully, but these errors were encountered: