{-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.Data.Unit.Base where
open import Cubical.Foundations.Prelude
open import Agda.Builtin.Unit public
renaming ( ⊤ to Unit )
Unit* : {ℓ : Level} → Type ℓ
Unit* = Lift Unit
pattern tt* = lift tt
data lockUnit {ℓ} : Type ℓ where
unlock : lockUnit