Closed simonmichael closed 1 year ago
You can get a Data/Graph/Inductive/NodeMap.hs:159:9-32: Non-exhaustive patterns in Just es' with fgl-5.7.0.1.
Data/Graph/Inductive/NodeMap.hs:159:9-32: Non-exhaustive patterns in Just es'
...if you don't provide all the required node labels, eg:
mkMapGraph ["A","B"] [("A","B",1), ("A","C",1)]
The partiality is now documented.
You can get a
Data/Graph/Inductive/NodeMap.hs:159:9-32: Non-exhaustive patterns in Just es'
with fgl-5.7.0.1.