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 typo in comment defining macros #6306

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

jesboat
Copy link
Contributor

@jesboat jesboat commented Aug 28, 2022

The existing comment describes macros as "formulas of the form
(forall X (= (f X) T[X])) ... where T[X] does not contain X". This is
incorrect; of course the macros' definitions are allowed to be in terms of
the macros' arguments. The comment should say "...does not contain f" because
macros can't be recursive.

The existing comment describes macros as "formulas of the form
`(forall X (= (f X) T[X]))` ... where `T[X]` does not contain `X`". This is
incorrect; of course the macros' definitions are allowed to be in terms of
the macros' arguments. The comment should say "...does not contain `f`" because
macros can't be recursive.
@NikolajBjorner NikolajBjorner merged commit f5d2b9b into Z3Prover:master Aug 29, 2022
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

2 participants