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
This is invalid because unit types should have an empty "vs".
hugr-cli loads and validates this without complaining.
Calling validate on a hugr should fail if values do not match the types in const nodes.
When fixing this it may be worthwhile to remove the Value::Tuple constructor which can be subsumed by Value::Sum
The text was updated successfully, but these errors were encountered:
guppy emits a const node:
This is invalid because unit types should have an empty "vs".
hugr-cli loads and validates this without complaining.
Calling
validate
on a hugr should fail if values do not match the types in const nodes.When fixing this it may be worthwhile to remove the
Value::Tuple
constructor which can be subsumed byValue::Sum
The text was updated successfully, but these errors were encountered: