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

Do not require Eq instance on the string type when exporting graphs #138

Merged
merged 3 commits into from
Nov 7, 2018

Conversation

snowleopard
Copy link
Owner

It's been pointed out to me that having Eq s in the Algebra.Graph.Export.Dot.export function (see docs) is too restrictive, because various string builders have no equality.

This PR solves this issue.

@snowleopard
Copy link
Owner Author

/cc @patrickt

@snowleopard snowleopard merged commit f37cdb5 into master Nov 7, 2018
@snowleopard snowleopard deleted the drop-eq-export branch November 7, 2018 03:23
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.

1 participant