Skip to content

Commit e43f044

Browse files
committed
Wrap lines
1 parent 134ba5c commit e43f044

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Mathlib/CategoryTheory/Profunctor.lean

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ public import Mathlib.Tactic.CategoryTheory.CategoryStar
1212
/-!
1313
# Profunctors and Natural Transformations
1414
15-
In this file we define profunctors between two categories and natural transformations between profunctors.
15+
In this file we define profunctors between two categories and natural transformations between
16+
profunctors.
1617
17-
Profunctors are defined as a structure with a mapping operation `map` that lets us map on both sides of the profunctor at once. We also provide operations `mapL` and `mapR` to map only on one side.
18+
Profunctors are defined as a structure with a mapping operation `map` that lets us map on both sides
19+
of the profunctor at once. We also provide operations `mapL` and `mapR` to map only on one side.
1820
-/
1921

2022
@[expose] public section

0 commit comments

Comments
 (0)