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

I should be possible to create instances without constants #1572

Open
bugarela opened this issue Dec 23, 2024 · 0 comments
Open

I should be possible to create instances without constants #1572

bugarela opened this issue Dec 23, 2024 · 0 comments
Labels
modularity Issues and features affecting modularity of specs

Comments

@bugarela
Copy link
Collaborator

Example, here:
https://github.com/left-curve/left-curve/blob/e0609fbadc7040effd44095926899a2a52a014da/grug/jellyfish-merkle/spec/quint/test/proofs_test.qnt#L14-L15

I just wanted two instances of the state machine to make them progress separately and compare the results. In order to achieve that, I had to come up with a constant, which was actually unnecessary. Quint wouldn't let me have instances without introducing a constant, which is silly.

@bugarela bugarela added the modularity Issues and features affecting modularity of specs label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
modularity Issues and features affecting modularity of specs
Projects
None yet
Development

No branches or pull requests

1 participant