scrambled
Concept

Finite type

Modified just now
Books JourneyProgramming Language Theory Statusreviewing Tags
  • language-feature-design
  • programming paradigm
  • type theory

A type with a bounded number of inhabitants (like bool with 2 or enum with fixed variants), often enabling exhaustive enumeration or decidable equality.

A type with a bounded number of inhabitants (like bool with 2 or enum with fixed variants), often enabling exhaustive enumeration or decidable equality. Contrast with Infinite type.