We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic
Blocked by/could be part of #737
The spec mentions the panic operation:
hugr/specification/hugr.md
Line 1551 in bd0dcbe
but also talks about how operations may panic internally, returning some error type:
Lines 704 to 708 in bd0dcbe
The relationship between the two modes should be clarified.
Perhaps panic takes an ErrorType input?
ErrorType
The text was updated successfully, but these errors were encountered:
docs: collection of spec updates for 0.1 (#801)
b7c9c7c
- [x] Closes #744 - [x] Closes #747 - [x] Closes #737 - [x] Closes #746 --------- Co-authored-by: Alan Lawrence <alan.lawrence@quantinuum.com>
ss2165
Successfully merging a pull request may close this issue.
Blocked by/could be part of #737
The spec mentions the panic operation:
hugr/specification/hugr.md
Line 1551 in bd0dcbe
but also talks about how operations may panic internally, returning some error type:
hugr/specification/hugr.md
Lines 704 to 708 in bd0dcbe
The relationship between the two modes should be clarified.
Perhaps
panic
takes anErrorType
input?The text was updated successfully, but these errors were encountered: