chore: Update mathlib revision, fixing a conflict#467
Merged
chenson2018 merged 1 commit intoleanprover:mainfrom Apr 3, 2026
Merged
chore: Update mathlib revision, fixing a conflict#467chenson2018 merged 1 commit intoleanprover:mainfrom
chenson2018 merged 1 commit intoleanprover:mainfrom
Conversation
thomaskwaring
pushed a commit
to thomaskwaring/cslib_SKI
that referenced
this pull request
Apr 6, 2026
[This commit](leanprover-community/mathlib4@ed4fde1#diff-54ef6c59abdddf67950b1ee785a0c22c7e03d04f9ad8cdb7cf1d336a72f4d850) in mathlib4 moves `foldl_eq_foldr` to another module, so we need to import it or the build fails with ```lean error: Cslib/Computability/URM/Basic.lean:178:27: Unknown constant `List.foldl_eq_foldr` ``` This PR updates the lake manifest past this commit with `lake update mathlib` and fixes the issue
tannerduve
pushed a commit
to tannerduve/cslib
that referenced
this pull request
Apr 22, 2026
[This commit](leanprover-community/mathlib4@ed4fde1#diff-54ef6c59abdddf67950b1ee785a0c22c7e03d04f9ad8cdb7cf1d336a72f4d850) in mathlib4 moves `foldl_eq_foldr` to another module, so we need to import it or the build fails with ```lean error: Cslib/Computability/URM/Basic.lean:178:27: Unknown constant `List.foldl_eq_foldr` ``` This PR updates the lake manifest past this commit with `lake update mathlib` and fixes the issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit in mathlib4 moves
foldl_eq_foldrto another module, so we need to import it or the build fails withThis PR updates the lake manifest past this commit with
lake update mathliband fixes the issue