-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error when running Quint verify: Type constructed in scope #1404
Comments
I think it comes from this block:
|
I think this is an issue in my model (which never gets caught during typechecking, nor did it ever come up during simulation... makes me a bit suspicious) The problem is this line
I think it should be
because providerState.consumerAddrsToPrune is defined like this:
|
Discussed in slack. This is indeed a type error that Quint should detect. Fortunately, the fix I'm currently working on for the type checker makes it so it catches the error.
|
I merged my type checker fix that fixes this problem as I said above (#1409) |
Apalache is version 0.44.7
Quint version 0.18.3
Spec: https://github.com/cosmos/interchain-security/blob/8184c49ab6f6edb3e53cd7b6a70c127d5b65eb24/tests/mbt/model/ccv_model.qnt#L178
I get this error:
The text was updated successfully, but these errors were encountered: