Open eric-wieser opened 2 weeks ago
Mathlib CI status (docs):
nightly-with-mathlib
branch. Try git rebase 64b35a8c194da9f36329ee2b5d04e0e757f8c553 --onto 9a8543347796e52070ff7936661ae48fcebfea60
. (2024-11-15 16:01:25)I might suggest that extract_goals
could wrap the target type in some metadata instead. That should block delabConstWithSignature
, since it looks for exact forallE's.
Indeed, I have an alternate patch which does just that :).
Read this section before submitting
missing documentation
ormissing tests
then it needs fixing!RFC
orbug
issue in the description.feat/fix
PRs, the first paragraph starting with "This PR" must be present and will become a changelog entry unless the PR is labeled withno-changelog
. If the PR does not have this label, it must instead be categorized with one of thechangelog-*
labels (which will be done by a reviewer for external PRs).leanprover/lean4-pr-releases:pr-release-NNNN
for Linux and M-series Macs will be generated upon build. To generate binaries for Windows and Intel-based Macs as well, write a comment containingrelease-ci
on its own line.nightly-with-mathlib
then CI will test Mathlib against your PR.awaiting-review
,awaiting-author
, andWIP
labels yourself, by writing a comment containing one of these labels on its own line.---
before submitting.This PR allows restricting the number of binders to place before the colon when using
delabConstWithSignature
.This allows
extract_goal
in mathlib to (somewhat) respect the currently-reverted variables.