Agda-2.5.3.20180519: A dependently typed functional programming language and proof assistant

Safe HaskellNone
LanguageHaskell2010

Agda.TypeChecking.Empty

Synopsis

Documentation

isEmptyType Source #

Arguments

:: Range

Range of the absurd pattern.

-> Type

Type that should be empty (empty data type or iterated product of such).

-> TCM () 

Check whether a type is empty. This check may be postponed as emptiness constraint.