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

Add saw-script functions term_eval and term_eval_unint. #927

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

brianhuffman
Copy link
Contributor

These are analogous to the goal_eval and goal_eval_unint proof
tactics, but instead of proof goals they work on arbitrary terms.

@brianhuffman
Copy link
Contributor Author

We might want to reconsider the naming of these operations.

Brian Huffman and others added 3 commits May 29, 2022 13:45
Currently this only works for first-order values; function types
are not supported yet.
These are analogous to the `goal_eval` and `goal_eval_unint` proof
tactics, but instead of proof goals they work on arbitrary terms.
@RyanGlScott
Copy link
Contributor

Landing this would address one aspect of #1788.

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.

None yet

3 participants