mathlib4 icon indicating copy to clipboard operation
mathlib4 copied to clipboard

chore(Bicategory): restructure oplax modifications

Open callesonne opened this issue 1 year ago • 1 comments

This PR moves Oplax modifications to its own file Modification/Oplax.lean and also moves FunctorBicategory.lean to FunctorBicategory/Oplax.lean. This will improve the file structure for later PRs generalizing these constructions to pseudofunctors.


Open in Gitpod

callesonne avatar Oct 26 '24 10:10 callesonne

PR summary 4e5e9467f7

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.CategoryTheory.Bicategory.FunctorBicategory -325
Mathlib.CategoryTheory.Bicategory.Modification.Oplax 325
Mathlib.CategoryTheory.Bicategory.FunctorBicategory.Oplax 326

Declarations diff

No declarations were harmed in the making of this PR! 🐙

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.

github-actions[bot] avatar Oct 26 '24 10:10 github-actions[bot]

Thanks!

bors merge

joelriou avatar Oct 26 '24 22:10 joelriou

Pull request successfully merged into master.

Build succeeded:

mathlib-bors[bot] avatar Oct 26 '24 23:10 mathlib-bors[bot]