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
To map to HUGR option (sum of None, Some[T])
Ideally should be an interface we can in future replace with a guppy algebraic data type.
Functions:
The text was updated successfully, but these errors were encountered:
none()
some(value)
Sorry, something went wrong.
feat: Add Option type to standard library (#696)
45ea6b7
Closes #667. Also generalises the `@guppy.type` decorator to handle generic types.
mark-koch
Successfully merging a pull request may close this issue.
To map to HUGR option (sum of None, Some[T])
Ideally should be an interface we can in future replace with a guppy algebraic data type.
Functions:
The text was updated successfully, but these errors were encountered: