unimath2024/Lol.agda

7 lines
131 B
Agda
Raw Normal View History

2024-08-01 22:56:54 +00:00
open import category-theory.categories
2024-08-01 15:32:27 +00:00
open import Agda.Primitive
2024-07-29 22:45:35 +00:00
2024-08-01 22:56:54 +00:00
variable
l1 l2 : Level
2024-07-29 22:45:35 +00:00
2024-08-01 22:56:54 +00:00
thm : (C : Category l1 l2) {! !}