ToNat Type Class #
This file defines the ToNat
type class for converting values to natural numbers.
This provides a uniform interface for extracting natural number representations
from various types in the CNat hierarchy.
Equations
- instCoeHeadNatOfToNat = { coe := ToNat.toNat }