@hackage clash-finite1.0.0.0

A class for types with only finitely many inhabitants

Finite is a class for types with only finitely many inhabitants and can be considered a more hardware-friendly alternative to Bounded and Enum, utilizing Index instead of Int and vectors instead of lists.