haskell / fgl

A Functional Graph Library for Haskell
http://hackage.haskell.org/package/fgl
Other
184 stars 54 forks source link

What if I'm making a map of Integer/String instead of Int? #73

Closed McOmghall closed 6 years ago

McOmghall commented 6 years ago

The Graph typeclass forces Node to be an alias to Int. Is there any way to overcome this?

ivan-m commented 6 years ago

Not at this time. You can try unordered-graphs