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
In order to handle more interesting types, we can work around the hugr type system by adding an opaque node which takes a value of some type and returns the same value at whatever type we prefer. Like unsafeCoerce in haskell
The text was updated successfully, but these errors were encountered:
In order to handle more interesting types, we can work around the hugr type system by adding an opaque node which takes a value of some type and returns the same value at whatever type we prefer. Like
unsafeCoerce
in haskellThe text was updated successfully, but these errors were encountered: