Truncated equality
module foundation.truncated-equality where
Imports
open import foundation.truncations open import foundation-core.identity-types open import foundation-core.truncated-types open import foundation-core.truncation-levels open import foundation-core.universe-levels
Definition
trunc-eq : {l : Level} (k : 𝕋) {A : UU l} → A → A → Truncated-Type l k trunc-eq k x y = trunc k (x = y)