haskell / fgl

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

Use PrimMonad #42

Open treeowl opened 8 years ago

treeowl commented 8 years ago

It should be possible to unify the IO and ST support, and indeed expand support to other PrimMonad instances.

ivan-m commented 8 years ago

Actually, I'd rather drop the current GraphM stuff, as I'm unaware of anyone actually using it and I think the approach taken isn't that great.

But otherwise, yes, I hadn't thought about using PrimMonad.