{-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.Data.Empty.Base where

open import Cubical.Core.Everything

data  : Type₀ where

rec :  {} {A : Type }    A
rec ()

elim :  {} {A :   Type }  (x : )  A x
elim ()