Description
Provides a key/value indexed table container and formatting library. It helps Haskell programs store table-like data, access it through indexes, and present it in a structured text form.
This is useful for reports, command-line output, diagnostics, and in-memory data organization. It is a developer library rather than a spreadsheet or database application.