Module docstring
{"# Denumerable types
This file defines denumerable (countably infinite) types as a typeclass extending Encodable. This
is used to provide explicit encode/decode functions from and to ℕ, with the information that those
functions are inverses of each other.
Implementation notes
This property already has a name, namely α ≃ ℕ, but here we are interested in using it as a
typeclass.
","### Subsets of ℕ "}