Description
A Haskell library for converting integers to lists of digits and reconstructing integers from digit lists. It supports code that needs explicit control over numeric bases and digit-level representation.
Developers use it in formatting, parsing, algorithms, number theory, and educational tools. Base and sign handling should be clear so digit lists are interpreted correctly.