CQCL / hugr-llvm

http://crates.io/crates/hugr-llvm
Apache License 2.0
4 stars 2 forks source link

refactor: clean up fat.rs #38

Closed doug-q closed 3 weeks ago

doug-q commented 4 weeks ago

We take the opportunity to tidy up cfg.rs a bit.

impl Copy for FatNode will now work, and many other methods now have more appropriate lifetime constraints. The borrow checker will thank you.

We add FatNode::try_new_hierarchy_view.