The empty type. It has no constructors. The Empty.rec
eliminator expresses the fact that anything follows from the empty type.
9.10.Β The Empty Type
Planned Content
Tracked at issue #170
inductive type
Empty : Type
inductive type
PEmpty.{u} : Sort u
The universe-polymorphic empty type. Prefer Empty
or False
where
possible.