-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
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
saw: user error (Could not create sbv argument for Cryptol.TCSeq [_,_]) #98
Comments
This sounds a lot like issue #60, which arises when you have uninterpreted functions with polymorphic types. Is this a duplicate, or something else? |
I was uninterpreting a polymorphic cryptol function...but the function was monomorphic in the context it was called in. It was something like:
If this isn't enough, I can try to make a real example...It seemed to me that I was uninterpreting a polymorphic function, but in the context, every call to it was monomorphic. |
Duplicate of #60. |
Updates to track Cryptol PRs GaloisInc/cryptol#923 and GaloisInc/cryptol#940
I don't have an example. Also, contrary to the message, I don't think the error is my fault...
The text was updated successfully, but these errors were encountered: