Exhaustive byte-table construction #
The Tabulation constructors share the row-major generation and lookup equations for arbitrary
radices. The Encoding adapters supply exact model operations and byte-range guarantees. Tables
are stored in Lean runtime Thunk cells, so construction is lazy and memoized while the warm path
performs no model evaluation.
Reading a ternary table at a row-major index recovers all three generating coordinates.
Build the row-major byte table of a total binary model operation.
Instances For
Build the dense byte table of a total unary model operation.
Instances For
Build the row-major byte table of a total ternary model operation.
Instances For
Forcing a lazy binary table yields the corresponding exhaustive table.
Forcing a lazy unary table yields the corresponding exhaustive table.
Forcing a lazy ternary table yields the corresponding exhaustive table.