Countable types #
In this file we provide basic instances of the Countable
typeclass defined elsewhere.
Definition in terms of Function.Embedding
#
Operations on Type*
s #
Equations
instance
instCountableSigma
{α : Type u}
{π : α → Type w}
[Countable α]
[∀ (a : α), Countable (π a)]
:
Operations on Sort*
s #
Equations
instance
instCountablePSigma
{α : Sort u}
{π : α → Sort w}
[Countable α]
[∀ (a : α), Countable (π a)]
: