-
Couldn't load subscription status.
- Fork 10
Additional query functions; additional graph construction functions; switch to set of edges #10
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
base: master
Are you sure you want to change the base?
Conversation
Also, the implementation is less buggy
|
FYI, I don't think the Travis failure has much to do with the changes here. The message is |
|
why is this still not merged |
| -- | | ||
| -- | Edges refer to vertices using keys of type `k`. | ||
| newtype Graph k v = Graph (Map k (Tuple v (List k))) | ||
| newtype Graph k v = Graph (Map k (Tuple v (Set k))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This prevents the possibility of having multiple edges between any pair of nodes!
There are a lot of changes bundled together. I'm happy to split these into separate PRs if that's helpful, but I thought I'd put it all out for discussion first.