Prelude-v20.0.0
An empty list of the given type
empty Bool ≡ ([] : List Bool)
--| An empty list of the given typelet empty : ∀(a : Type) → List a = λ(a : Type) → [] : List alet example0 = assert : empty Bool ≡ ([] : List Bool)in empty