Skip to content
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

Split Data.NumInstances into two modules, one for function instances and one for tuples #1

Merged
merged 1 commit into from
Mar 12, 2013

Conversation

byorgey
Copy link
Contributor

@byorgey byorgey commented Mar 11, 2013

This way, someone wishing to get (say) just the tuple instances can
import Data.NumInstances.Tuple and not get the function instances.
This change should be completely backwards-compatible.

See diagrams/diagrams-lib#48 and
https://groups.google.com/forum/?fromgroups=#!topic/diagrams-discuss/c3KhwQO3L_g .

This way, someone wishing to get (say) just the tuple instances can
import Data.NumInstances.Tuple and not get the function instances.
This change should be completely backwards-compatible.

See diagrams/diagrams-lib#48 and
https://groups.google.com/forum/?fromgroups=#!topic/diagrams-discuss/c3KhwQO3L_g .
@conal conal merged commit 2a04ed5 into conal:master Mar 12, 2013
@conal
Copy link
Owner

conal commented Mar 12, 2013

I like this splitting. Thanks very much for the patch. I merged it, made a couple of very small tweaks, and released to hackage.

@byorgey
Copy link
Contributor Author

byorgey commented Mar 12, 2013

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants