Module hugr_core::hugr::rewrite::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§
- Structure identifying an
InlineDFG
rewrite from the spec
Enums§
- Errors from an InlineDFG rewrite.