You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While issue #2 speaks to the need of splitting this off into a separate lib which would then be a dependency, this issue is a marker indicating the need to rewrite the (rather ugly) custom graph rewriting code to use Specter. Specter has vastly cleaner general purpose rewrite code for all manner of nested datastructures, including graphs, trees, maps, and all manner of nesting. This is exactly what the flow graph recursive rewriting code needs.
The text was updated successfully, but these errors were encountered:
While issue #2 speaks to the need of splitting this off into a separate lib which would then be a dependency, this issue is a marker indicating the need to rewrite the (rather ugly) custom graph rewriting code to use Specter. Specter has vastly cleaner general purpose rewrite code for all manner of nested datastructures, including graphs, trees, maps, and all manner of nesting. This is exactly what the flow graph recursive rewriting code needs.
The text was updated successfully, but these errors were encountered: