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

Fix user facing unit type #1416

Merged
merged 3 commits into from
Apr 1, 2024
Merged

Conversation

bugarela
Copy link
Collaborator

@bugarela bugarela commented Apr 1, 2024

Hello :octocat:

Fixes #1411

After changing our unit type from the empty record to the empty tuple, I noticed some ugliness on the UI, where traces were being printed with sum-types like None(()) or even None("U_OF_UNIT) when using quint verify. This PR fixes both of those!

  • Tests added for any new code
  • Documentation added for any new functionality
  • Entries added to the respective CHANGELOG.md for any new functionality
  • Feature table on README.md updated for any listed functionality

@bugarela bugarela merged commit 1680708 into main Apr 1, 2024
15 checks passed
@bugarela bugarela deleted the gabriela/fix-user-facing-unit-type branch April 1, 2024 13:26
@bugarela bugarela mentioned this pull request Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When parsing ITF, we should translate "U_OF_UNIT" into empty tuples
1 participant