Agda UALib ↑
{-# OPTIONS --without-K --exact-split --safe #-} module Empty-Type where open import Universes public data 𝟘 {𝓤} : 𝓤 ̇ where