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 bug in datatype translation #975

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

shazqadeer
Copy link
Contributor

SMTLib has a convention regarding the syntax for specifying the test for a variant arm of a datatype. If the variant constructor name is C, a call to function is-C must be generated. This was not being done correctly and this PR fixes the problem.

This PR also renames SmtLibNameUtils --> SMTLibNameUtils to match the convention used for other classes in the SMTLib project.

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.

1 participant