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
tket2 uses low-level hugr methods like HugrMutInternals::replace_op via some super-trait hackery. We want to move away from that, but we require access to the trait definition first.
The traits should only be exposed in hugr-core, and not in the hugr re-exports.
The text was updated successfully, but these errors were encountered:
tket2
uses low-level hugr methods likeHugrMutInternals::replace_op
via some super-trait hackery. We want to move away from that, but we require access to the trait definition first.The traits should only be exposed in
hugr-core
, and not in thehugr
re-exports.The text was updated successfully, but these errors were encountered: