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
feat(CategoryTheory/NatTrans): use to_dual (#33834)
This PR tags `NatTrans` with `to_dual`. The two functor arguments get swapped because the underlying `NatTrans.app` has its direction swapped.
Translating the `naturality` field is slightly awkward. We need to define a constant `naturality'` (analogously to `Category.assoc')
0 commit comments