{-# OPTIONS --cubical-compatible --no-import-sorts #-}
module Terra.Data.Level where
open import Agda.Primitive public using (Set ; Level ; _⊔_ ; lsuc ; lzero ; SSet)

record Lift { : Level} (A : Set ) (L : Level) : Set (  L) where
  constructor lift
  field
    low : A