MLTT.Empty
Empty type.{-# OPTIONS --safe --without-K #-} module MLTT.Empty where open import MLTT.Empty-Type publicThis should be the only use of the () pattern in this development:𝟘-induction : {A : 𝟘 {𝓤} → 𝓥 ̇ } → (x : 𝟘) → A x 𝟘-induction = λ () unique-from-𝟘 : {A : 𝓥 ̇ } → 𝟘 {𝓤} → A unique-from-𝟘 = 𝟘-induction 𝟘-elim = unique-from-𝟘