[Haskell-beginners] Noobie attempt to process log output into dependency graph

Imants Cekusins imantc at gmail.com
Thu Dec 15 15:18:37 UTC 2016


>  https://github.com/JohnL4/DependencyGraph

A graph library of your choice + State monad would do the trick.
e.g.:  fgl Data-Graph-Inductive-Monad
<https://hackage.haskell.org/package/fgl-5.5.3.0/docs/Data-Graph-Inductive-Monad.html>


Or you could store Graph state in an MVar and work as you would with
stateful approach
​
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20161215/3c53a00f/attachment.html>


More information about the Beginners mailing list