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
open FStar.Tactics.V2 let (| x, y |) = (_ by ( apply (`Mkdtuple2); trefl () )) <: (y:int & squash (1 == y))
Gives
* Error 54 at tests/tactics/Postprocess.fst(20,10-20,11): - (*?u17*) _ is not equal to the expected type x
Raised during solve_deferred_constraints in phase1.
The text was updated successfully, but these errors were encountered:
Actually not related to tactics at all
let tup = (| 1, () |) <: (y:int & squash (1 == y)) let y = match tup with | Mkdtuple2 _ y -> y
gives the same error. I recall a similar issue but couldn`t find it.
Sorry, something went wrong.
No branches or pull requests
Gives
Raised during solve_deferred_constraints in phase1.
The text was updated successfully, but these errors were encountered: