Exun.Cyclic (exun v0.2.0)
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
Link to this function
check(context)
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"}