haskell / fgl

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

Remove the Show instances for monadic graphs #43

Open treeowl opened 7 years ago

treeowl commented 7 years ago

They are not even remotely legitimate and there should never be any reason to use them. IMO, they should be removed promptly in the next major version.

treeowl commented 7 years ago

We should instead offer a safe version that works in MonadIO.

ivan-m commented 7 years ago

This will have to be a major version bump in case anyone is actually using/relying upon them.

But I agree; the unsafePerformIO squicks me out.