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 check_axioms() #120

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Add check_axioms() #120

merged 1 commit into from
Jan 22, 2025

Conversation

aqjune-aws
Copy link
Contributor

This patch adds check_axioms() which checks whether there are only three axioms, SELECT_AX and ETA_AX in class.ml and INFINITY_AX in nums.ml, at the point of call.

This function is useful when one wants to check whether a proof did not introduce any new axiom. :)

This is backported from s2n-bignum (https://github.com/awslabs/s2n-bignum/blob/main/common/misc.ml#L17-L26).

This patch adds `check_axioms()` which checks whether there are only three axioms,
`SELECT_AX` and `ETA_AX` in `class.ml` and `INFINITY_AX` in `nums.ml`, at the point of call.

This function is useful when one wants to check whether a proof did not introduce any new axiom. :)

This is backported from s2n-bignum (https://github.com/awslabs/s2n-bignum/blob/main/common/misc.ml#L17-L26).
Copy link
Owner

@jrh13 jrh13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, this is a valuable extra check to have available.

@jrh13 jrh13 merged commit e30bdd3 into jrh13:master Jan 22, 2025
2 checks passed
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.

2 participants