The functor from Set X
to types #
Given X : Type u
, we define the functor Set.functorToTypes : Set X ⥤ Type u
which sends A : Set X
to its underlying type.
@[simp]
Set X
to types #Given X : Type u
, we define the functor Set.functorToTypes : Set X ⥤ Type u
which sends A : Set X
to its underlying type.