------------------------------------------------------------------------
-- The Agda standard library
--
-- The empty binary relation
------------------------------------------------------------------------

module Relation.Binary.Construct.Never where

open import Relation.Binary
open import Relation.Binary.Construct.Constant
open import Data.Empty using ()
open import Level using (Lift; lift)

------------------------------------------------------------------------
-- Definition

Never :  {a } {A : Set a}  Rel A 
Never = Const (Lift _ )