-- The empty type; also used as absurd proposition (``Falsity''). {-# OPTIONS --without-K --safe #-} module Tools.Empty where open import Data.Empty public