summaryrefslogtreecommitdiff
path: root/src/graph.ml
AgeCommit message (Collapse)Author
2018-08-16Use Set rather than Hashtbl in graph.mlAlasdair Armstrong
Removes the need for the node type to have a valid Hash function
2018-08-13Add graph library graph.ml, and use to correctly sort type definitionsAlasdair