Module inline_dfg

Source
Expand description

A rewrite that inlines a DFG node, moving all children of the DFG except Input+Output into the DFG’s parent, and deleting the DFG along with its Input + Output

Structs§

InlineDFG
Structure identifying an InlineDFG rewrite from the spec

Enums§

InlineDFGError
Errors from an InlineDFG rewrite.