purescript-graphs
purescript-graphs copied to clipboard
Purely functional graph data structure
In the course of using this module, I made several changes. I'm not certain they're all universally appealing. How would you like the pull request to happen? Just a single...
> If the graph contains cycles, then the behavior is undefined. Should there be a `Partial` constraint? An alternative is to make sure the function is total and then change...
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.