Home

前層

module category-theory.presheaf where
Imports
open import foundations.universe
open import foundations.function-extensionality
open import category-theory.category
open import category-theory.functor
open import category-theory.category-of-sets
private variable o h : Level

module _  (e : FunExtLevel  ) where
  Presheaf : Category o h   Type (o  h  lsuc )
  Presheaf 𝒞 = Functor 𝒞 (Sets  e)