Skip to content
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

Quint conversion of applied polymorphic operators is typed too narrowly #2552

Closed
shonfeder opened this issue May 2, 2023 · 0 comments · Fixed by #2586
Closed

Quint conversion of applied polymorphic operators is typed too narrowly #2552

shonfeder opened this issue May 2, 2023 · 0 comments · Fixed by #2586
Assignees
Labels

Comments

@shonfeder
Copy link
Contributor

I have been inferring the types of an applied quint operator from the type map recording the types of its arguments and the type of the application. This breaks the coherence checking of the typed builder, since we are ignoring operator polymorphism. We need to instead use the quint lookup table (exposed in informalsystems/quint#852) to type the applied operator with their most generally inferred types at the time of declaration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant