haskell / fgl

A Functional Graph Library for Haskell

Home Page:http://hackage.haskell.org/package/fgl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

McOmghall opened this issue · comments

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

Not at this time. You can try unordered-graphs