pprecord alternatives and similar packages
Based on the "Text" category.
Alternatively, view pprecord alternatives based on common mentions on social networks and blogs.
-
skylighting
A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions -
double-conversion
A fast Haskell library for converting between double precision floating point numbers and text strings. It is implemented as a binding to the V8-derived C++ double-conversion library.
InfluxDB high-performance time series database

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of pprecord or a related project?
README
pprecord 
PrettyPrint Haskell records generically!
About
This library includes classes and functions designed to accumulate and format record field acessors and their corresponding values. Recursive types are expanded in formatting. For detailed documentation and example usage read the docs. For advanced formatting, this library depends on Text.PrettyPrint.Boxes from the boxes package.