\begin{code} {-# OPTIONS --without-K --exact-split --safe --auto-inline #-} module MLTT.Empty-Type where open import MLTT.Universes public data 𝟘 {𝓤} : 𝓤 ̇ where \end{code}