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
Comparing
qid :: { Qubit -o Qubit } qid = { q => q } my_circ :: { Qubit -o Qubit } my_circ = { q => qid(q) }
to the same program where qid is imported from another file, the latter seems to cut off the return type from qid
qid
import
The text was updated successfully, but these errors were encountered:
[tests] Remove XFail on pass.brat
13d6d67
It doesn't import from lib.kernel anymore, isn't victim to #13
e048f3a
896c26a
croyzor
No branches or pull requests
Comparing
to the same program where
qid
isimport
ed from another file, the latter seems to cut off the return type fromqid
The text was updated successfully, but these errors were encountered: