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

Make goal_eval_unint handle functions with arguments of type Nat. #1589

Merged
merged 2 commits into from
Feb 21, 2022

Conversation

brianhuffman
Copy link
Contributor

We can now make functions like take and drop uninterpreted.

Fixes #1588.

Brian Huffman added 2 commits February 21, 2022 10:02
We can now make functions like `take` and `drop` uninterpreted.

Fixes #1588.
This lets `goal_eval_unint` and `w4_unint` work with
functions like `at`.

Fixes #1591.
@brianhuffman brianhuffman added the PR: ready to merge Magic flag for pull requests to ask Mergify to merge given an approval and a successful CI run label Feb 21, 2022
@mergify mergify bot merged commit e2fef66 into master Feb 21, 2022
@mergify mergify bot deleted the goal-eval-unint-Nat branch February 21, 2022 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: ready to merge Magic flag for pull requests to ask Mergify to merge given an approval and a successful CI run
Projects
None yet
Development

Successfully merging this pull request may close these issues.

goal_eval_unint doesn't work with take and drop
2 participants