Is there an implementation of inductive graphs in Elixir? -


By "motivational graphs", I mean a purely functional data structure, e.g. As described in this letter: web.engr.oregonstate.edu/~erwig/papers/indexive.graphs_JFP01.pdf

More specifically, I am interested only in applicable DAGs like this However, I imagine the general approach would be similar.

I have not seen anything like this for Ammixir, But there is an Erlang implementation. P>


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -