You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Mathlib/CategoryTheory/Profunctor.lean
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,11 @@ public import Mathlib.Tactic.CategoryTheory.CategoryStar
12
12
/-!
13
13
# Profunctors and Natural Transformations
14
14
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.
16
17
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.
0 commit comments