agda / agda-categories

A new Categories library for Agda
https://agda.github.io/agda-categories
MIT License
362 stars 68 forks source link

Pull out adjunction between products and exponentials #353

Open HuStmpHrrr opened 2 years ago

HuStmpHrrr commented 2 years ago

I notice that the proof is inlined as part of the proof that a CCC is monoidal closed:

https://github.com/agda/agda-categories/blob/b4b2f80b473efaa99421f37a56c961d6da28ef82/src/Categories/Category/CartesianClosed.agda#L235

I think this proof is worth its own place, maybe as a property of CCC.

JacquesCarette commented 2 years ago

Good idea.