brane_ast::traversals

Module workflow_optimize

Source
Expand description

Implements a traversal that optimizes a workflow by combining as much edges into one as possible.

Functionsยง

  • Optimizes the given UnresolvedWorkflow by collapsing successive linear edges into one edge.