Exun.Cyclic (exun v0.4.5)

Check cyclic definitions in context

Link to this section Summary

Functions

Get a list of variables down a tree, checking cyclic definition from 'context' user defs. Check cyclic definitions in 'context', a map that holds values like %{"f" => "x^2+2*x+3"}. If you pass a cyclic map this function detects it, for example

Link to this section Functions

Get a list of variables down a tree, checking cyclic definition from 'context' user defs. Check cyclic definitions in 'context', a map that holds values like %{"f" => "x^2+2*x+3"}. If you pass a cyclic map this function detects it, for example:

%{"a"=>"b", "b"=>"c", "c"=>"a"}