Closed McOmghall closed 6 years ago
The Graph typeclass forces Node to be an alias to Int. Is there any way to overcome this?
Graph
Node
Int
Not at this time. You can try unordered-graphs
The
Graph
typeclass forcesNode
to be an alias toInt
. Is there any way to overcome this?