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