\begin{code}

{-# OPTIONS --without-K --exact-split --safe #-}

module Empty-Type where

open import Universes public

data 𝟘 {𝓤} : 𝓤 ̇ where

\end{code}