Skip to content

chore: move some Bool functions - #14538

Merged
TwoFX merged 3 commits into
leanprover:masterfrom
TwoFX:julia/prelude-2
Jul 24, 2026
Merged

chore: move some Bool functions#14538
TwoFX merged 3 commits into
leanprover:masterfrom
TwoFX:julia/prelude-2

Conversation

@TwoFX

@TwoFX TwoFX commented Jul 24, 2026

Copy link
Copy Markdown
Member

This PR moves eq_false_of_ne_true into the Bool namespace to be consistent with all other Bool functions, and moves Bool.and' (a grind helper function) to Internal.Bool.and'.

@TwoFX
TwoFX requested review from datokrat and hargoniX as code owners July 24, 2026 15:01
@TwoFX TwoFX added the changelog-library Library label Jul 24, 2026
@TwoFX
TwoFX requested review from digama0 and kim-em as code owners July 24, 2026 15:01
@TwoFX
TwoFX enabled auto-merge July 24, 2026 15:01
@TwoFX
TwoFX added this pull request to the merge queue Jul 24, 2026
@github-actions github-actions Bot added the toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN label Jul 24, 2026
@mathlib-lean-pr-testing

Copy link
Copy Markdown

Mathlib CI status (docs):

  • ❗ Mathlib CI can not be attempted yet, as the nightly-testing-2026-07-22 tag does not exist there yet. We will retry when you push more commits. If you rebase your branch onto nightly-with-mathlib, Mathlib CI should run now. You can force Mathlib CI using the force-mathlib-ci label. (2026-07-24 15:29:51)

@leanprover-bot

Copy link
Copy Markdown
Collaborator

Reference manual CI status:

  • ❗ Reference manual CI can not be attempted yet, as the nightly-testing-2026-07-22 tag does not exist there yet. We will retry when you push more commits. If you rebase your branch onto nightly-with-manual, reference manual CI should run now. You can force reference manual CI using the force-manual-ci label. (2026-07-24 15:29:52)

Merged via the queue into leanprover:master with commit a2c74ef Jul 24, 2026
25 checks passed
robsimmons pushed a commit that referenced this pull request Jul 29, 2026
This PR moves `eq_false_of_ne_true` into the `Bool` namespace to be
consistent with all other `Bool` functions, and moves `Bool.and'` (a
`grind` helper function) to `Internal.Bool.and'`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-library Library toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants